Skip to content

Fixup rangebreaks l2p and p2l functions #4699

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

Merged
merged 14 commits into from
Mar 29, 2020
Prev Previous commit
Next Next commit
fixup test for m2
  • Loading branch information
archmoj committed Mar 29, 2020
commit 2ed2ec8c2ca88d5212139f037aa2e37af193a19f
4 changes: 2 additions & 2 deletions test/jasmine/tests/axes_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4761,7 +4761,7 @@ describe('Test axes', function() {
.then(function() {
_assert('2 disjoint rangebreaks within range', 'y', {
rangebreaks: [[101, 189], [11, 89]],
m2: 6.923076923076923,
m2: -6.923076923076923,
B: [1401.923, 792.692, 252.692]
});
})
Expand All @@ -4781,7 +4781,7 @@ describe('Test axes', function() {
.then(function() {
_assert('2 overlapping rangebreaks within range', 'y', {
rangebreaks: [[11, 189]],
m2: 10.714285714283243,
m2: -10.714285714283243,
B: [2160, 252.857]
});
})
Expand Down