Switch default get_modeldata() DataFrame to polars and use deprecatio… #3878
Annotations
10 warnings
Run pyright:
artistools/__init__.py#L30
The function "read_estimators" is deprecated
Use scan_estimators instead. (reportDeprecated)
|
Run pyright:
artistools/__init__.py#L37
The function "get_modeldata_pandas" is deprecated
Use get_modeldata() instead. (reportDeprecated)
|
Run pyright:
artistools/__init__.py#L38
The function "get_modeldata_tuple" is deprecated
Use get_modeldata() instead. (reportDeprecated)
|
Run pyright:
artistools/linefluxes.py#L151
The function "get_modeldata_pandas" is deprecated
Use get_modeldata() instead. (reportDeprecated)
|
Run pyright:
artistools/linefluxes.py#L456
The function "read_estimators" is deprecated
Use scan_estimators instead. (reportDeprecated)
|
Run pyright:
artistools/linefluxes.py#L658
The function "read_estimators" is deprecated
Use scan_estimators instead. (reportDeprecated)
|
Run pyright:
artistools/linefluxes.py#L659
The function "get_modeldata_pandas" is deprecated
Use get_modeldata() instead. (reportDeprecated)
|
Run pyright:
artistools/misc.py#L294
The function "get_modeldata_pandas" is deprecated
Use get_modeldata() instead. (reportDeprecated)
|
Run pyright:
artistools/misc.py#L296
The function "get_modeldata_pandas" is deprecated
Use get_modeldata() instead. (reportDeprecated)
|
Run pyright:
artistools/misc.py#L552
The function "get_modeldata_pandas" is deprecated
Use get_modeldata() instead. (reportDeprecated)
|
Loading