Conversation
dd4c8f6 to
97251a4
Compare
Codecov Report
@@ Coverage Diff @@
## master #164 +/- ##
==========================================
+ Coverage 67.74% 67.83% +0.08%
==========================================
Files 8 8
Lines 4682 4682
==========================================
+ Hits 3172 3176 +4
+ Misses 1510 1506 -4
Continue to review full report at Codecov.
|
97251a4 to
a505c54
Compare
be3458e to
5f41d14
Compare
|
One of the failures for \begin{equation*} W
- = (1/B) \left( X\cdot Y\right) C \sqrt{\left( X\cdot Y\right) ^{2} - 2 \left( X\cdot Y\right) \left( X\cdot e\right) \left( Y\cdot e\right) }
+ = \left( X\cdot Y\right) C
- - (1/B) \left( X\cdot e\right) \left( Y\cdot e\right) C \sqrt{\left( X\cdot Y\right) ^{2} - 2 \left( X\cdot Y\right) \left( X\cdot e\right) \left( Y\cdot e\right) }
+ - \left( X\cdot e\right) \left( Y\cdot e\right) C
- + (1/B) \left( X\cdot e\right) \left( Y\cdot e\right) \sqrt{\left( X\cdot Y\right) ^{2} - 2 \left( X\cdot Y\right) \left( X\cdot e\right) \left( Y\cdot e\right) }
+ + \left( X\cdot e\right) \left( Y\cdot e\right)
+ S \sqrt{\left( X\cdot Y\right) ^{2} - 2 \left( X\cdot Y\right) \left( X\cdot e\right) \left( Y\cdot e\right) }
\end{equation*}
\begin{equation*} \text{Scalar Coefficient}
- = (1/B) \left( X\cdot e\right) \left( Y\cdot e\right) \sqrt{\left( X\cdot Y\right) ^{2} - 2 \left( X\cdot Y\right) \left( X\cdot e\right) \left( Y\cdot e\right) }
+ = \left( X\cdot e\right) \left( Y\cdot e\right)
\end{equation*}
\begin{equation*} \text{Cosh Coefficient}
- = (1/B) \left( X\cdot Y\right) \sqrt{\left( X\cdot Y\right) ^{2} - 2 \left( X\cdot Y\right) \left( X\cdot e\right) \left( Y\cdot e\right) }
+ = \left( X\cdot Y\right)
- - (1/B) \left( X\cdot e\right) \left( Y\cdot e\right) \sqrt{\left( X\cdot Y\right) ^{2} - 2 \left( X\cdot Y\right) \left( X\cdot e\right) \left( Y\cdot e\right) }
+ - \left( X\cdot e\right) \left( Y\cdot e\right)
\end{equation*}Edit: fixed in gh-169 |
c7cd16e to
63c0420
Compare
63c0420 to
a78a544
Compare
|
Down to just two failures |
a78a544 to
d189e51
Compare
|
One failure! |
ef2c145 to
a64bd18
Compare
This needs some extra sanitization rules in nbval
a64bd18 to
cce20f5
Compare
| "python-3.7-sympy-1.5": | ||
| <<: *defaults | ||
| environment: | ||
| PIP_EXTRA_INSTALLATION: sympy==1.5 |
There was a problem hiding this comment.
That was my intent here, yeah
| replace: {1 - \\left( e_{E}\\cdot e_{B}\\right) ^{2}} | ||
|
|
||
| regex: eu\.ev_r = -1/2 \+ 1/2(?=\n) | ||
| replace: eu.ev_r = 1/2 - 1/2 |
There was a problem hiding this comment.
Aha, you use this to make both version happy
There was a problem hiding this comment.
We better use the 1.5 output as the default, and replace the old one to the new one here?
There was a problem hiding this comment.
We can do that in a follow-up
The sanitizations apply both to the expected and actual result - so will keep working for 1.3.0 CI runs when we regenerate the notebook with 1.5.0
Relates to #94, although lets start with the last 2.7 release