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

IgtMix object addition bug #103

Open
jranalli opened this issue Dec 17, 2024 · 0 comments
Open

IgtMix object addition bug #103

jranalli opened this issue Dec 17, 2024 · 0 comments
Labels

Comments

@jranalli
Copy link
Collaborator

Docs indicate that I should be able to add together two IgtMix objects, but that fails on testing.

Steps to reproduce:

from pyromat.igtools import IgtMix
o2 = IgtMix('1 O2')
n2 = IgtMix('3.76 N2')
air = o2 + n2

Result:

AttributeError: 'IgtMix' object has no attribute '_units'
@jranalli jranalli added the bug label Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant