Skip to content

Commit

Permalink
tests are back to dtg_window = 101
Browse files Browse the repository at this point in the history
  • Loading branch information
mpecchi committed May 9, 2024
1 parent 082adde commit 433c4f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_deconvolution.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
@pytest.mark.parametrize("temp_symbol", ["C", "K"])
def test_deconvolution_with_temperature(test_dir, temp_symbol):

proj = Project(test_dir, name="test", temp_unit=temp_symbol)
proj = Project(test_dir, name="test", temp_unit=temp_symbol, dtg_window_filter=101)

misc = Sample(
project=proj, name="misc", filenames=["MIS_1", "MIS_2", "MIS_3"], time_moist=38, time_vm=147
Expand Down
2 changes: 1 addition & 1 deletion tests/test_oxidation.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# %%
@pytest.mark.parametrize("temp_symbol", ["C", "K"])
def test_oxidation_with_temperature(test_dir, temp_symbol):
proj = Project(folder_path=test_dir, name="test", temp_unit=temp_symbol)
proj = Project(folder_path=test_dir, name="test", temp_unit=temp_symbol, dtg_window_filter=101)
cell_ox5 = Sample(
project=proj,
name="cell_ox5",
Expand Down

0 comments on commit 433c4f6

Please sign in to comment.