Skip to content

Commit

Permalink
remove print statement+
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed May 3, 2023
1 parent f447047 commit b7df438
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_gui_export_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ def test_export_datasets_rtdc_logs(qtbot):
assert len(ds) == 3
assert len(ds.logs) == 5
assert "so2exp_src_cytoshot-acquisition" in ds.logs
print(sorted(ds.logs))
assert np.allclose(
ds.tables["so2exp_src_cytoshot_monitor"]["brightness"][0],
146.22099383,
Expand Down

0 comments on commit b7df438

Please sign in to comment.