Skip to content

Commit f5a7196

Browse files
committed
fixup! Add RFT QC tool
1 parent adbd768 commit f5a7196

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/ert/unit_tests/gui/ertwidgets/test_rft_qc_widget.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1448,6 +1448,9 @@ def test_that_hovering_over_point_highlights_it_and_moving_away_clears_it(qtbot)
14481448
artist = plot._point_artist
14491449
display_xy = artist.get_offset_transform().transform(artist.get_offsets())
14501450

1451+
# There are 4 points in the plot 2 observations and 2 responses
1452+
assert display_xy.shape[0] == 4
1453+
14511454
(xs, ys, zs) = plot._display_points.get_points_to_plot()
14521455
for (i, (x, y)), cx, cy, cz in zip(enumerate(display_xy), xs, ys, zs, strict=True):
14531456
hover_plot(plot, x, y) # Hover over the point

0 commit comments

Comments
 (0)