Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwoer committed Sep 9, 2024
1 parent c00a01d commit 3180457
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/gui/test_02_import_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ def test_page_02_loads_sample_data():
"Lipid-lowering therapy (134350008)",
]
assert str(type(at.session_state.dataset)) == "<class 'alphastats.DataSet.DataSet'>"
assert (
str(type(at.session_state.distribution_plot))
== "<class 'plotly.graph_objs._figure.Figure'>"
)
assert (
str(type(at.session_state.loader))
== "<class 'alphastats.loader.MaxQuantLoader.MaxQuantLoader'>"
Expand Down Expand Up @@ -139,10 +135,6 @@ def test_page_02_loads_maxquant_testfiles(mock_file_uploader: MagicMock):
assert dataset.rawmat.shape == (312, 2611)
assert dataset.software == "MaxQuant"
assert dataset.sample == "sample"
assert (
str(type(at.session_state.distribution_plot))
== "<class 'plotly.graph_objs._figure.Figure'>"
)
assert (
str(type(at.session_state.loader))
== "<class 'alphastats.loader.MaxQuantLoader.MaxQuantLoader'>"
Expand Down

0 comments on commit 3180457

Please sign in to comment.