Skip to content

Commit

Permalink
Update transforms test removing csv from repo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmindset committed May 15, 2024
1 parent fa09e33 commit cf752e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 111 deletions.
110 changes: 0 additions & 110 deletions tests/data/freMPL-R_100.csv

This file was deleted.

4 changes: 3 additions & 1 deletion tests/test_InsolverTransforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
TransformExp,
TransformAge,
)
from insolver.model_tools.datasets import download_dataset

df = pd.read_csv('tests/data/freMPL-R_100.csv')
download_dataset('freMPL-R', 'tests/data/')
df = pd.read_csv('tests/data/freMPL-R.csv', nrows=109)


def test_TransformExp():
Expand Down

0 comments on commit cf752e3

Please sign in to comment.