Skip to content

Commit cc43013

Browse files
committed
simplify profiling test
1 parent eea03c6 commit cc43013

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/profiling/test_profiling_helpers.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import numpy as np
21
import pandas as pd
32
from profiling_helpers import parse_dollars
43

@@ -17,7 +16,7 @@ def test_parse_dollars():
1716
[
1817
1.00,
1918
55.78,
20-
np.nan,
19+
None,
2120
]
2221
)
2322

0 commit comments

Comments
 (0)