Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
Signed-off-by: Yiyu Ni <[email protected]>
  • Loading branch information
niyiyu committed Oct 24, 2024
1 parent 3134951 commit 1073bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_datatypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ def test_config_yaml(tmp_path: Path):
# change a couple of properties
c1.step = 800
c1.stack_method = StackMethod.ROBUST
c1.save_yaml(file)
c1.substack_windows = 10
c1.save_yaml(file)
c2 = ConfigParameters.load_yaml(file)
assert c1 == c2

Expand Down

0 comments on commit 1073bb3

Please sign in to comment.