Lazy: Rename fields

This commit is contained in:
2023-10-27 08:53:38 -05:00
parent c1adc0b79e
commit 7079a36203
14 changed files with 42 additions and 42 deletions

View File

@@ -33,10 +33,10 @@ def test_mem_component(
]
# Should store violations
assert comp.violations_ is not None
assert comp.constrs_ is not None
assert comp.n_features_ == 190
assert comp.n_targets_ == 22
assert len(comp.violations_) == 22
assert len(comp.constrs_) == 22
# Call before-mip
stats: Dict[str, Any] = {}