-
Notifications
You must be signed in to change notification settings - Fork 2
Converting to PyTest (work in progress) #13
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
Conversation
|
@xaviernogueira, thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@xaviernogueira, although the Fortran version was labeled as v1.0, we do not want this Python software to be 1.0.
Rather the first version should be v0.1.0. to follow the conventions from semantic versioning.
If we released this with a v1.0 we would be promising not changes to backward compatibility until a v2.0 release. But version 0.x releases are exempt from that rule.
The following tests are in pytest format:
The NSM tests are in the test directory as they should be, but have not been converted yet. Since we will be refactoring TSM/GSM first, I figured we can avoid repeat work by refactoring the NSM tests only once we make final model architecture decisions.
Some other small things are changed. Please merge so I can refactor TSM next.