MCPcopy Create free account
hub / github.com/python-visualization/folium / test_heat_map_exception

Function test_heat_map_exception

tests/plugins/test_heat_map.py:66–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64
65
66def test_heat_map_exception():
67 with pytest.raises(ValueError):
68 HeatMap(np.array([[4, 5, 1], [3, 6, np.nan]]))
69 with pytest.raises(Exception):
70 HeatMap(np.array([3, 4, 5]))

Callers

nothing calls this directly

Calls 1

HeatMapClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…