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

import statements in unit tests outdated. #71

Merged
merged 9 commits into from
Jul 13, 2012
Merged

import statements in unit tests outdated. #71

merged 9 commits into from
Jul 13, 2012

Conversation

rwest
Copy link
Member

@rwest rwest commented May 8, 2012

several unittest modules (e.g. unittest/rmg/thermotest.py) have outdated import statements:

-rmg.data --> rmgpy.data
-rmg.structure --> ? (don't know where that went)
...

my guess is that when packages/modules were renamed, the unittest folder was not updated.

@rwest
Copy link
Member

rwest commented May 8, 2012

I thought this would be a quick fix.
I was wrong.

I have tracked down many of the moved classes, but some things seem to have changed a lot, and I feel that some (many? most?) of these tests have actually been replaced with tests in the higher level folder. Might that be true, @jwallen?

@rwest rwest merged commit ad0323c into ReactionMechanismGenerator:master Jul 13, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants