-
Notifications
You must be signed in to change notification settings - Fork 31
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
argCheck method prevents creating ion objects by name only #466
Comments
I will look into it. I used to work that way |
There is a workaround- give the |
If that works for you, I will not make any changes just yet |
It's not ideal, but it seems to pass our tests |
I have updated the ion class so that if you invoke:
then no error occurs but the various attributes are available. I have not yet done a new release but will do one in the near future |
Thank you! That's greatly appreciated. |
We would like to use the latest ChiantiPy for the package Carsus https://github.com/tardis-sn/carsus. However, in the process of upgrading, I found that it is no longer possible to create an
ion
object without a defined temperature. Is this intended? Theion
object states the temperature is optional, and it isNone
by default.Output is:
The text was updated successfully, but these errors were encountered: