Skip to content

Commit

Permalink
Try updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-grafberger committed Feb 24, 2024
1 parent 8ec659b commit 493e25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/example_pipelines/test_healthcare.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from sklearn.preprocessing import StandardScaler, OneHotEncoder

from example_pipelines.healthcare import custom_monkeypatching
from example_pipelines.healthcare.healthcare_utils import MyKerasClassifier, create_model, MyW2VTransformer
from example_pipelines.healthcare.healthcare_utils import create_model, MyW2VTransformer
from example_pipelines import HEALTHCARE_PY, HEALTHCARE_PNG
from mlinspect.testing._testing_helper_utils import run_and_assert_all_op_outputs_inspected

Expand Down

0 comments on commit 493e25e

Please sign in to comment.