Skip to content

Commit

Permalink
Remove dependency of get_model from test_regression_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
timmens committed Feb 28, 2024
1 parent 0a94247 commit 456bb79
Show file tree
Hide file tree
Showing 9 changed files with 47 additions and 569 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ extend-ignore = [
# use of `assert` detected
"S101",

# `pickle` module is unsafe
"S301",

# Private member accessed: `_stochastic_info`
"SLF001",

Expand Down
2 changes: 1 addition & 1 deletion src/lcm/_config.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from pathlib import Path

TEST_DATA_PATH = Path(__file__).parent.parent.parent.resolve().joinpath("tests", "data")
TEST_DATA = Path(__file__).parent.parent.parent.resolve().joinpath("tests", "data")
21 changes: 0 additions & 21 deletions tests/data/regression_tests/simulation.csv

This file was deleted.

Binary file added tests/data/regression_tests/simulation.pkl
Binary file not shown.
Loading

0 comments on commit 456bb79

Please sign in to comment.