Skip to content

Commit

Permalink
change test structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Jday7879 committed Dec 9, 2024
1 parent 78aeeb3 commit 60b2097
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/imputation/test_post_imputation.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@

scenarios = [100, 101, 102, 103, 104, 105]

pytestmark = pytest.mark.parametrize("reference", scenarios)


@pytest.mark.parametrize("reference", scenarios)
def test_rescale_imputed_values(reference):
expected_output = pd.read_csv(
"tests/data/imputation/test_data_rescale_imputed_single.csv"
Expand Down

0 comments on commit 60b2097

Please sign in to comment.