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
The operation went through but returned the warning messages below.
It would be good to fix this so that we are careful about the caveats.
Warning messages:
/home/ec2-user/miniconda3/envs/hake_nasc_torch/lib/python3.11/site-packages/echoregions/regions2d/regions2d.py:229: SettingWithCopyWarning:
A value is trying to be set on a copy of a slice from a DataFrame.
Try using .loc[row_indexer,col_indexer] = value instead
See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy
region["time"] = region.apply(
/home/ec2-user/miniconda3/envs/hake_nasc_torch/lib/python3.11/site-packages/echoregions/regions2d/regions2d.py:232: SettingWithCopyWarning:
A value is trying to be set on a copy of a slice from a DataFrame.
Try using .loc[row_indexer,col_indexer] = value instead
See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy
region["depth"] = region.apply(
The text was updated successfully, but these errors were encountered:
I tried doing
The operation went through but returned the warning messages below.
It would be good to fix this so that we are careful about the caveats.
Warning messages:
The text was updated successfully, but these errors were encountered: