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 recent changes in #174 and #184 seem to have introduced the following warning when calling the tests:
tests/pandas_test.py::test_nan_df_export_import
/home/fjosw/Codes/pyerrors/pyerrors/input/pandas.py:85: UserWarning: nan value in column int will be replaced by None
warnings.warn("nan value in column " + column + " will be replaced by None", UserWarning)
Uh oh!
There was an error while loading. Please reload this page.
The recent changes in #174 and #184 seem to have introduced the following warning when calling the tests:
Can you please have a look at this @jkuhl-uni ?
The text was updated successfully, but these errors were encountered: