Fix failing tests

This commit is contained in:
2021-08-05 14:05:50 -05:00
parent 475fe3d985
commit b6426462a1
2 changed files with 2 additions and 1 deletions

View File

@@ -192,7 +192,7 @@ if __name__ == "__main__":
extractor = FeaturesExtractor(with_lhs=False)
sample = Hdf5Sample("tmp/prof.h5", mode="w")
def run():
def run() -> None:
extractor.extract_after_load_features(instance, solver, sample)
extractor.extract_after_lp_features(solver, sample)