Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TST: Update remote data result for DQ plugin #3161

Merged
merged 2 commits into from
Aug 21, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def test_data_quality_plugin(imviz_helper, tmp_path):
label_mouseover._viewer_mouse_event(viewer,
{'event': 'mousemove', 'domain': {'x': 1371, 'y': 715}})
label_mouseover_text = label_mouseover.as_text()[0]
assert label_mouseover_text.split('+')[1] == '2.94744e-01 MJy/sr (DQ: 4)'
assert label_mouseover_text.split('+')[1] == '2.94834e-01 MJy/sr (DQ: 4)'
kecnry marked this conversation as resolved.
Show resolved Hide resolved
pllim marked this conversation as resolved.
Show resolved Hide resolved

# check that a pixel without a DQ flag has no DQ mouseover label:
label_mouseover._viewer_mouse_event(viewer,
Expand Down
Loading