Skip to content

Commit

Permalink
Merge branch 'fix-infs-in-heatmap' of github.com:lux-org/lux into fix…
Browse files Browse the repository at this point in the history
…-infs-in-heatmap
  • Loading branch information
cgarciae committed Jan 13, 2022
2 parents b55ac55 + 255095d commit 7cab120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pandas.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def test_convert_dtype(global_var):
assert list(cdf.recommendation.keys()) == ["Correlation", "Distribution", "Occurrence"]


def test_heatmap_with_nans():
def test_infs():
nrows = 100_000

# continuous
Expand Down

0 comments on commit 7cab120

Please sign in to comment.