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
By default this fork of QtPlaskin uses pandas.read_csv function to speed up data loading.
ZdPlaskin is a Fortran code and uses "Infinity" to represent inf values in output text files.
There is an issue #10065 in Pandas with reading such files. Pandas read_csv interprets "Infinity" as a string, not a floating point value.
Untill the issue #10065 is not resolved in Pandas, as a workaround, we fallback to old (slower) data import for datasets containing "Infinity"s. a5b1559
Update: Add a very straightforward fix to Pandas #28181. Hope, someone will come up with smarter solution.
By default this fork of QtPlaskin uses pandas.read_csv function to speed up data loading.
ZdPlaskin is a Fortran code and uses "Infinity" to represent inf values in output text files.
There is an issue #10065 in Pandas with reading such files. Pandas read_csv interprets "Infinity" as a string, not a floating point value.
Untill the issue #10065 is not resolved in Pandas, as a workaround, we fallback to old (slower) data import for datasets containing "Infinity"s. a5b1559
Update: Add a very straightforward fix to Pandas #28181. Hope, someone will come up with smarter solution.
xfail
)setup.py
qtplaskin/setup.py
Lines 48 to 56 in 1aeb4a7
The text was updated successfully, but these errors were encountered: