We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42a7dd8 commit 68999feCopy full SHA for 68999fe
plotly/tests/test_optional/test_utils/test_utils.py
@@ -250,7 +250,6 @@ def test_numpy_masked_json_encoding():
250
j1 = json.dumps(l, cls=utils.PlotlyJSONEncoder)
251
print(j1)
252
assert(j1 == '[1, 2, null]')
253
- assert(set(l) == set([1, 2, np.ma.core.masked]))
254
255
256
def test_masked_constants_example():
0 commit comments