Skip to content

Commit 03b75e8

Browse files
author
cms5347
committed
Updated the usage string with proper documentation
1 parent 8483770 commit 03b75e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RunSimulation.py

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

1010
usage = """Usage: ./RunSimulation.py <random seed> <network size> <trials> <disable frequency> [<data output file>]
1111
During each trial, the disable frequency is multiplied by the trial number to get the number of nodes to disable for that trial.
12-
Training will perform half the network size worth of random lookups before testing default is n."""
12+
Training will perform half the network size worth of random lookups before testing."""
1313

1414
out_filename = "data.out"
1515
if len(sys.argv) < 5:

0 commit comments

Comments
 (0)