Skip to content

Commit

Permalink
Update test_dl_detector.py
Browse files Browse the repository at this point in the history
  • Loading branch information
951378644 committed Dec 27, 2023
1 parent 8ef1b18 commit 90871cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/menelaus/data_drift/test_dl_detector.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def test_dl_detector_set_reference():
)
det.set_reference(ref)
scale_ref = pd.DataFrame(scaler.fit_transform(ref), columns=ref.columns, index=ref.index)
assert det.reference == scale_ref
pd.testing.assert_frame_equal(det.reference, scale_ref)


def test_dl_detector_update_1():
Expand Down

0 comments on commit 90871cb

Please sign in to comment.