Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assign np.nan only when the type is float #231

Merged
merged 1 commit into from
Jul 17, 2024

Conversation

delaossa
Copy link
Collaborator

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.

It addresses this issue #218

@delaossa delaossa added the bug Something isn't working label Jul 15, 2024
@RemiLehe RemiLehe merged commit 8bd477a into optimas-org:main Jul 17, 2024
6 checks passed
@delaossa delaossa deleted the bug/fix_wrong_assigment branch July 26, 2024 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants