We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In inh_p_plot_1.json change:
inh_p_plot_1.json
"probability_per_t": [ 0.0001, 0.001, 0.005, 0.01, 0.05, 0.1 ]
to:
"probability_per_t": [ 0.0001, 0.00025, 0.0005, 0.00075, 0.001, 0.005, 0.01, 0.05, 0.1 ]
or to make it faster (prevent loading other 14000 nets), just inh_p_plot_2.json run additional run on:
inh_p_plot_2.json
0.00025, 0.0005, 0.00075,
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In
inh_p_plot_1.json
change:to:
or to make it faster (prevent loading other 14000 nets), just
inh_p_plot_2.json
run additional run on:The text was updated successfully, but these errors were encountered: