Skip to content
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

Clean up factor range and add factor method #14037

Merged
merged 15 commits into from
Aug 27, 2024
Prev Previous commit
Next Next commit
remove spurious comment
  • Loading branch information
bryevdv committed Aug 23, 2024
commit bf722c22005297b57666f56ab4c0de6b7e66297b
1 change: 0 additions & 1 deletion bokehjs/src/lib/models/ranges/factor_range.ts
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,6 @@ export class FactorRange extends Range {
}
}
})()
// XXX "0 - padding" is a workaround for an assertions bug
return [0 - padding, interval + padding]
}

Expand Down