Source code for tests.test_scientific

"""Test scientific examples."""

from tessif_examples import scientific


[docs]def test_basic_examples(): """Test succesfull system model creation.""" hhes = scientific.create_hamburg_inspired_hnp_msc() assert hhes