Skip to content

Commit

Permalink
make new doctest faster
Browse files Browse the repository at this point in the history
  • Loading branch information
cs committed Sep 24, 2024
1 parent 02eddd3 commit 354a27e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def _run_nist_statistical_tests_tool(input_file, bit_stream_length=10000, number
....: os.makedirs(f'test_reports/statistical_tests/experiments')
sage: result = NISTStatisticalTests._run_nist_statistical_tests_tool(
....: f'claasp/cipher_modules/statistical_tests/input_data_example',
....: 10000, 10, 1)
....: 10000, 10, 1, statistical_test_option_list='1' + 14 * '1')
Statistical Testing In Progress.........
Statistical Testing Complete!!!!!!!!!!!!
Expand Down

0 comments on commit 354a27e

Please sign in to comment.