Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
black>=20.8b0
black==21.12b0
check-manifest
flake8
isort
Expand Down
2 changes: 1 addition & 1 deletion tests/test_welltest_dpds.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,4 +265,4 @@ def test_to_csv(tmp_path):

dframe = pd.read_csv("mock.csv", skipinitialspace=True)
assert dframe["vec"].size == 4
assert pytest.approx(dframe["vecb"].iloc[-1] == 100)
assert dframe["vecb"].iloc[-1] == pytest.approx(100)