Skip to content

Commit

Permalink
1.2e6 time
Browse files Browse the repository at this point in the history
  • Loading branch information
Spokhim committed Jan 12, 2021
1 parent 7a81fe3 commit 81dfc99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shuffle_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
# Nah don't save it.
ParamsDict["ExportSim"] = False
# Skimp on computation time and power by reducing to 1.2e5.
ParamsDict["Simul_length"] = 1.2e5
ParamsDict["Simul_length"] = 1.2e6

# First we must shuffle it randomly.
# Let's Pause by X seconds to make sure the random stuff is working and different across the parallel cpus (based on sys time after all)
Expand Down

0 comments on commit 81dfc99

Please sign in to comment.