Skip to content
Snippets Groups Projects
Commit 22089cf8 authored by Gabriel Facini's avatar Gabriel Facini :call_me: Committed by Walter Lampl
Browse files

configuration to use correct (only) NN for Run I

parent 49d7b809
No related branches found
No related tags found
No related merge requests found
......@@ -325,6 +325,10 @@ def getNnClusterizationFactory(name='NnClusterizationFactory', **kwargs) :
useTTrainedNetworks = InDetFlags.useNNTTrainedNetworks()
from AtlasGeoModel.CommonGMJobProperties import CommonGeometryFlags as geoFlags
do_runI = geoFlags.Run() not in ["RUN2", "RUN3"]
if do_runI and not useTTrainedNetworks:
log.debug("useNNTTrainedNetworks must be True for Run I. Contact CTIDE for questions.")
useTTrainedNetworks = True
if useTTrainedNetworks :
log.debug("Setting up TTrainedNetworks")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment