Skip to content

Commit ec4d0a6

Browse files
authored
Merge pull request #47 from LightForm-group/aplowman/develop
fix: more reasonable time in notebook examples
2 parents 53e730e + c9b718c commit ec4d0a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/demo_cipher_inputs.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
" 'petscoptions': '-ts_adapt_monitor -ts_rk_type 2a',\n",
7676
" 'random_seed': 1579993586,\n",
7777
" 'reltol': 0.0001,\n",
78-
" 'time': 100000000,\n",
78+
" 'time': 4000,\n",
7979
"}\n",
8080
"\n",
8181
"solution_params_2 = {**solution_params_1}\n",

0 commit comments

Comments
 (0)