-
Notifications
You must be signed in to change notification settings - Fork 161
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
add two tests for trivial cases which cause errors when nilmat is loaded #632
Conversation
New release of NilMat 1.3 is published at http://larmor2.nuigalway.ie/~dane/nilmat/ and is now waiting to be picked up and tested. Let's see what will happen. |
Tests pass with Nilmat 1.3. This PR needs rebasing to resolve conflicts and may be closed as soon as Nilmat 1.3 will appear in the merged packages archive for the master branch (switch to this archive planned in #1714). |
@bh11 would you be able to rebase this, please? |
Codecov Report
@@ Coverage Diff @@
## master #632 +/- ##
==========================================
- Coverage 62.82% 62.82% -0.01%
==========================================
Files 969 969
Lines 295200 295201 +1
Branches 13050 13050
==========================================
- Hits 185453 185447 -6
- Misses 106951 106953 +2
- Partials 2796 2801 +5
|
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.
Thanks @bh11 - looks good now.
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.
The only minor comment is the commit message which has too long first line which then is displayed with a bad line break. What about:
Add two test cases for a trivial matrix group
These tests were broken when NilMat 1.2 was loaded. The problem has been fixed in NilMat 1.3.
Closes #631.
These tests were broken when NilMat 1.2 was loaded. The problem has been fixed in NilMat 1.3.
@bh11 thanks again! |
When nilmat (v. 1.2) is loaded, the two added tests cause
Error
s. Do not merge before nilmat gets updated. The same error is also triggerred by CRISP automatic tests when nilmat is loaded.This resolves #631.