Commit 7c5d49e
authored
Do not run NCalcEMA if already at same value (#737)
<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
v ✰ Thanks for creating a PR! You're awesome! ✰
v Please note that maintainers will only review those PRs with a
completed PR template.
☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -->
## Purpose of Changes and their Description
Efficiency: do not run NCalcEMA if already at same value
## Are these changes tested and documented?
- [x] If tested, please describe how. If not, why tests are not needed.
-- unit tests
- [x] If documented, please describe where. If not, describe why docs
are not needed. -- no need, just optim
- [x] Added to `Unreleased` section of `CHANGELOG.md`?1 parent 9bbe718 commit 7c5d49e
2 files changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
93 | 97 | | |
94 | 98 | | |
95 | 99 | | |
| |||
0 commit comments