lisphilar / covid19-sir

CovsirPhy: Python library for COVID-19 analysis with phase-dependent SIR-derived ODE models.
https://lisphilar.github.io/covid19-sir/
Apache License 2.0
109 stars 44 forks source link

[Bug] FutureWarning: Setting an item of incompatible dtype is deprecated and will raise in a future error of pandas. Value '<FloatingArray> #1594

Closed lisphilar closed 10 months ago

lisphilar commented 10 months ago

Checkbox

Summary

FAILED tests/test_dynamics/test_dynamics.py::test_one_phase[SIRFModel] found the following error.

FutureWarning: Setting an item of incompatible dtype is deprecated and will raise in a future error of pandas. Value '<FloatingArray>

Reproducible example script

NA

The current outputs

No response

Expected outputs

No response

Environment

- CovsirPhy version: 3.0.0
- Python version: 3.11.0

Package manager (required if installation issue)

No response

Platform (required if installation issue)

No response

Additional Context

No response