Skip to content

Commit f12f21b

Browse files
committed
Revert "update tests"
This reverts commit 70ea4f4.
1 parent 70ea4f4 commit f12f21b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lcviz/tests/test_plugin_markers.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -147,18 +147,18 @@ def test_tpf_markers(helper, light_curve_like_kepler_quarter):
147147
{'event': 'mousemove',
148148
'domain': {'x': 0, 'y': 0}})
149149

150-
assert label_mouseover.as_text() == ('Pixel x=00000.0 y=00000.0 Value +1.28035e+01 electron / s', # noqa
151-
'Time 47.00689 d',
150+
assert label_mouseover.as_text() == ('Pixel x=00000.0 y=00000.0 Value +1.27220e+00 electron / s', # noqa
151+
'Time 47.00000 d',
152152
'')
153153

154154
print(label_mouseover.as_dict())
155155
_assert_dict_allclose(label_mouseover.as_dict(), {'data_label': 'KIC 1429092[TPF]',
156-
'time': 47.00689,
156+
'time': 47.00000,
157157
'time:unit': 'd',
158158
'pixel': (0.0, 0.0),
159159
'axes_x': 0,
160160
'axes_x:unit': 'pix',
161161
'axes_y': 0,
162162
'axes_y:unit': 'pix',
163-
'value': 12.803529,
163+
'value': 1.272199273109436,
164164
'value:unit': 'electron / s'})

0 commit comments

Comments
 (0)