Skip to content

Commit

Permalink
remove test related to configwritermixin
Browse files Browse the repository at this point in the history
  • Loading branch information
karthik11135 committed Jan 3, 2025
1 parent 956c3b1 commit a45999a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tardis/io/configuration/tests/test_config_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,6 @@ def test_from_config_dict(tardis_config_verysimple):
)


def test_config_hdf(hdf_file_path, tardis_config_verysimple):
expected = Configuration.from_config_dict(
tardis_config_verysimple, validate=True, config_dirname="test"
)
expected.to_hdf(hdf_file_path, overwrite=True)
actual = pd.read_hdf(hdf_file_path, key="/simulation/config")
expected = expected.get_properties()["config"]
assert actual[0] == expected[0]


def test_model_section_config(tardis_config_verysimple):
"""
Configuration Validation Test for Model Section of the Tardis Config YAML File
Expand Down

0 comments on commit a45999a

Please sign in to comment.