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

Access isotherm parameters #35

Closed
yagzo opened this issue Jul 4, 2022 · 3 comments
Closed

Access isotherm parameters #35

yagzo opened this issue Jul 4, 2022 · 3 comments

Comments

@yagzo
Copy link

yagzo commented Jul 4, 2022

Would it be possible to make fitted isotherm parameters(e.g. for the Langmuir isotherm, 'n_m' and 'K' ) exposed directly to users. I know that I could print those parameters out by the "print_info" function and examine them one at a time, but for me I need to analyze many isotherms at once, It would make my job much easier if I could somehow access those fitted isotherm parameters directly from the <class: ModelIsotherm>.

@pauliacomi
Copy link
Owner

Hi @yagzo,

If you want to access the model parameters you can do:

iso.model.params

this is a dictionary with the raw model parameters.

@yagzo
Copy link
Author

yagzo commented Jul 4, 2022

Thank you so much, this is exactly what I wanted.

@yagzo yagzo closed this as completed Jul 4, 2022
@pauliacomi
Copy link
Owner

Great! You're more than welcome. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants