-
Notifications
You must be signed in to change notification settings - Fork 230
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
Need a check to ensure children are actually children of the parent node #185
Comments
Where does it happen for nitrogen? |
An example which I found was in H abstraction I was trying to add a rate rule for L5: Cd/H2/NonDeN, H_rad but it kept on hitting X_H, H_rad because the parent two level up L3: Cd_H was only defined for C=C and not {C,N}. |
I suggest:
|
@rwest In the comment of
Is it referring to a Java-style library? |
Oh, now I see how it works. |
This is now part of a unit test suit within RMG-Py/databaseTest.py |
With the introduction of nitrogen and sulfur we have missed adding the hetroatoms in the parent nodes but define children nodes specific to N and S. This then results in the rate estimation just falling up to the head node and never descending down the tree.
Connie also sees other examples where this happens.
The text was updated successfully, but these errors were encountered: