Skip to content

Commit

Permalink
Fix sample frequency of pressure pod data
Browse files Browse the repository at this point in the history
  • Loading branch information
psomhorst committed Dec 16, 2024
1 parent b49bdb6 commit 8ae13b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def draeger_both():

@pytest.fixture(scope="session")
def draeger_pp():
return load_eit_data(draeger_file_pp, vendor="draeger", sample_frequency=20, label="draeger2")
return load_eit_data(draeger_file_pp, vendor="draeger", sample_frequency=50, label="draeger2")


@pytest.fixture(scope="session")
Expand Down

0 comments on commit 8ae13b4

Please sign in to comment.