Restrict swap_rows, hnf, snf to MatElem; to apply to MatRingElem work with underlying matrix#2339
Restrict swap_rows, hnf, snf to MatElem; to apply to MatRingElem work with underlying matrix#2339JohnAAbbott wants to merge 3 commits intoNemocas:masterfrom
swap_rows, hnf, snf to MatElem; to apply to MatRingElem work with underlying matrix#2339Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2339 +/- ##
==========================================
- Coverage 88.15% 88.08% -0.07%
==========================================
Files 126 126
Lines 32093 32079 -14
==========================================
- Hits 28290 28258 -32
- Misses 3803 3821 +18 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2339 +/- ##
==========================================
- Coverage 88.15% 88.14% -0.01%
==========================================
Files 126 126
Lines 32093 32091 -2
==========================================
- Hits 28290 28288 -2
Misses 3803 3803 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
1 similar comment
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2339 +/- ##
==========================================
- Coverage 88.15% 88.14% -0.01%
==========================================
Files 126 126
Lines 32093 32091 -2
==========================================
- Hits 28290 28288 -2
Misses 3803 3803 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2339 +/- ##
==========================================
- Coverage 88.15% 88.14% -0.01%
==========================================
Files 126 126
Lines 32093 32093
==========================================
- Hits 28290 28288 -2
- Misses 3803 3805 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Question: |
|
My guess would be that we don't need |
|
No objections to this in triage. |
swap_rows, hnf, snf to MatElem; to apply to MatRingElem work with underlying matrix
Draft because I disabled
swap_rowsandswap_rows!forMatRingElem(by changingMatrixElemtoMatElem, as suggested by @fingolfin in issue #2247 ), as a consequence I also disabled in the same wayhnf(several variants) andsnf(several variants). I have commented out the corresponding tests -- to state the obvious, these will be removed if the draft becomes a non-draft.This is obviously a breaking change... so there's no need to state the obvious!