Source code for sbmlsim.test.test_scan

from sbmlsim.examples import example_scan


[docs]def test_scan0d(): example_scan.run_scan0d()
[docs]def test_scan1d(): example_scan.run_scan1d()
[docs]def test_scan2d(): example_scan.run_scan2d()
[docs]def test_scan1d_distribution(): example_scan.run_scan1d_distribution()