Closed delaossa closed 4 months ago
This just prevents assigning np.nan to data fields in libE_output which are not float, but does nothing when the data is not float. Possibly, we would want to assign default values to other parameter types such as int.
np.nan
float
int
It addresses this issue https://github.com/optimas-org/optimas/issues/218
This just prevents assigning
np.nan
to data fields in libE_output which are notfloat
, but does nothing when the data is notfloat
. Possibly, we would want to assign default values to other parameter types such asint
.It addresses this issue https://github.com/optimas-org/optimas/issues/218