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 authored Dec 27, 2023
1 parent cb456c4 commit b97a1be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/menelaus/data_drift/test_dl_detector.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
from menelaus.data_drift.dl_detector import DL_Detector
from sklearn.preprocessing import StandardScaler


rows = 10
columns = 5
def test_dl_detector_init():
"""Test correct default initialization for dl_detector"""
det = DL_Detector()
Expand Down

0 comments on commit b97a1be

Please sign in to comment.