You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/home/runner/micromamba-root/envs/test/lib/python3.10/site-packages/topojson/core/dedup.py:107: RuntimeWarning: invalid value encountered in cast
data["bookkeeping_shared_arcs"] = array_bk_sarcs.astype(np.int64).tolist()
The text was updated successfully, but these errors were encountered:
Dedup gives a RuntimeWarning in some cases because in those cases one of the values in array_bk_sarcs is nan.
Script to reproduce:
Warning:
The text was updated successfully, but these errors were encountered: