-
Notifications
You must be signed in to change notification settings - Fork 32
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
Galaxy.dict() not returning parameters correctly #188
Comments
Digging deep into the code, I think this is the intended behavior. To load a
It is a bit odd that doing the following:
Raises the following exception:
@rhayes777 I guess this is because it is expecting that the |
I didn't clock before that you were inputting parameters as a value of a NumPy array. I would simply convert these to floats before inputting them, as things like a
|
I have put up the following PR which will allow the following API to work:
|
When calling the .dict() instance to extract the parameters of a galaxy, there are a few errors:
See the example below:
The text was updated successfully, but these errors were encountered: