Skip to content

Commit

Permalink
new snapshot better than old
Browse files Browse the repository at this point in the history
found bug in the old snapshot with coloring that fixed
  • Loading branch information
jcharkow committed Dec 17, 2024
1 parent 7def59e commit 330fddd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions test/test_peakmap_marginals.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ def test_peakmap_marginals(featureMap_data, snapshot):
y="rt",
z="int",
kind="peakmap",
xlabel="mass-to-charge",
ylabel="Retention Time",
zlabel="Intensity",
add_marginals=True,
show_plot=False,
)
Expand All @@ -33,6 +36,9 @@ def test_peakmap_mz_im(featureMap_data, snapshot):
add_marginals=True,
x_kind="chromatogram",
y_kind="chromatogram",
xlabel="Retention Time",
ylabel="Ion Mobility",
zlabel="Intensity",
kind="peakmap",
show_plot=False,
)
Expand Down

0 comments on commit 330fddd

Please sign in to comment.