Skip to content

Commit d4b7185

Browse files
committed
Fixes
1 parent 7f4c369 commit d4b7185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diploma_thesis/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
from workflow import Workflow, Simulation, Tournament, MultiSimulation
1111

12-
torch.use_deterministic_algorithms(True)
12+
# torch.use_deterministic_algorithms(True)
1313
torch.manual_seed(0)
1414
np.random.seed(0)
1515

0 commit comments

Comments
 (0)