simulate_perfect: Do not overwrite original file

This commit is contained in:
2021-01-13 11:04:33 -06:00
parent b01d97cc2b
commit beee252fa2
6 changed files with 46 additions and 26 deletions

View File

@@ -134,7 +134,8 @@ def test_drop_redundant_with_check_dropped():
solver, internal, instance, classifiers = _setup()
component = DropRedundantInequalitiesStep(
check_dropped=True, violation_tolerance=1e-3
check_feasibility=True,
violation_tolerance=1e-3,
)
component.classifiers = classifiers