We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6acedfa commit b9c91fdCopy full SHA for b9c91fd
neuralTest.py
@@ -0,0 +1,7 @@
1
+from simplemc.DriverMC import DriverMC
2
+
3
+sampler = 'nested'
4
+a = DriverMC(analyzername=sampler ,model="LCDM", datasets="HD")
5
+a.executer(neuralNetwork=True)
6
+#a.nestedRunner(neuralNetwork=True)
7
+a.postprocess()
0 commit comments