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
I get the following warning when running the code, with pandas version 2.2.3:
/Users/luca/Applications/smefit_release/src/smefit/coefficients.py:215: FutureWarning: Setting an item of incompatible dtype is deprecated and will raise an error in a future version of pandas. Value '[1.0 0 0 0 0 0 0 0 0 0 0]' has dtype incompatible with float64, please explicitly cast to a compatible dtype first.
self._table.iloc[self.is_free, 0] = value
We might want to fix it at some point before it breaks.
The text was updated successfully, but these errors were encountered:
I get the following warning when running the code, with pandas version 2.2.3:
We might want to fix it at some point before it breaks.
The text was updated successfully, but these errors were encountered: