Skip to content

Commit c272633

Browse files
committed
Revert changes to chart studio tests
1 parent 538de38 commit c272633

File tree

1 file changed

+1
-1
lines changed
  • packages/python/chart-studio/chart_studio/tests/test_optional/test_utils

1 file changed

+1
-1
lines changed

Diff for: packages/python/chart-studio/chart_studio/tests/test_optional/test_utils/test_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from datetime import datetime as dt
77
import numpy as np
88

9-
np_list = np.array([1, 2, 3, np.nan, np.inf, dt(2014, 1, 5)])
9+
np_list = np.array([1, 2, 3, np.NaN, np.NAN, np.Inf, dt(2014, 1, 5)])
1010
numeric_list = [1, 2, 3]
1111
mixed_list = [
1212
1,

0 commit comments

Comments
 (0)