Skip to content

Commit

Permalink
add test for parameter tracking across rebinds
Browse files Browse the repository at this point in the history
  • Loading branch information
hartytp authored and dnadlinger committed Nov 28, 2024
1 parent 3d32221 commit 53684b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_experiment_parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ def build_fragment(inner_self) -> None:
fqn = next(iter(schemata.keys()))
self.assertTrue(fqn.endswith("Foo.baz"))
self.assertEqual(schemata[fqn], self.EXPECTED_DESCRIPTION | {"fqn": fqn})
self.assertEqual(foo.bar.parameter, foo.baz.parameter)


class FloatParamCase(GenericBase.Cases):
Expand Down

0 comments on commit 53684b7

Please sign in to comment.