Skip to content

Commit

Permalink
tests: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Mar 22, 2024
1 parent a81d0ff commit ae5e56a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_gui_export_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,9 @@ def test_export_datasets_rtdc_logs(qtbot):
with dclab.new_dataset(exported[0]) as ds:
assert len(ds) == 3
assert len(ds.logs) == 5
assert "so2exp_src_cytoshot-acquisition" in ds.logs
assert "src_cytoshot-acquisition" in ds.logs
assert np.allclose(
ds.tables["so2exp_src_cytoshot_monitor"]["brightness"][0],
ds.tables["src_cytoshot_monitor"]["brightness"][0],
146.22099383,
atol=0,
rtol=1e-10)

0 comments on commit ae5e56a

Please sign in to comment.