And I try to sed the F107 and Ap index is None, so that the model could down the latest space weather data, but it return:
* ValueError: Input data has non-finite values, all input data must be valid.
I found the pymsis.utils.get_f107_ap(dates) return the f107as is nan** (np.nan),
so that cause the main function return the error above.
Is there some way to fix this?
Dear Developer,
As I try to use the msis2 model, the input parameter is
And I try to sed the F107 and Ap index is None, so that the model could down the latest space weather data, but it return: * ValueError: Input data has non-finite values, all input data must be valid. I found the
pymsis.utils.get_f107_ap(dates)
return the f107as is nan** (np.nan), so that cause the main function return the error above. Is there some way to fix this?Thank you