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 format of RADEX output values can sometimes be invalid (e.g., 1.928+104; E or e is missed) and is interpreted as not float but an object by the pandas.read_csv() function. ndRADEX should handle these values as NaN.
The text was updated successfully, but these errors were encountered:
The format of RADEX output values can sometimes be invalid (e.g.,
1.928+104
;E
ore
is missed) and is interpreted as not float but an object by thepandas.read_csv()
function. ndRADEX should handle these values as NaN.The text was updated successfully, but these errors were encountered: