Skip to content

Commit

Permalink
unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nlsschim committed Apr 18, 2024
1 parent 23c46df commit 356104d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion diff_classifier/tests/test_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import numpy as np
import numpy.testing as npt
import pandas as pd
import pandas.util.testing as pdt
import pandas.testing as pdt
import diff_classifier.features as ft
import diff_classifier.msd as msd

Expand Down
2 changes: 1 addition & 1 deletion diff_classifier/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import diff_classifier.utils as ut
import sys
from io import StringIO
import pandas.util.testing as pdt
import pandas.testing as pdt

def test_csv_to_pd():
tf = tempfile.NamedTemporaryFile(suffix=".csv")
Expand Down

0 comments on commit 356104d

Please sign in to comment.