• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

zooniverse / aggregation-for-caesar / 1711
100%
master: 98%

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/actions/upload-artifact-6
DEFAULT BRANCH: master
Ran 04 Feb 2021 12:37PM UTC
Jobs 1
Files 72
Run time 14s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
1711

Pull #409

travis-ci-com

CKrawczyk
Fix bug with latest numpy

The numpy issue is a line with slope exactly equal to pi was getting a `dy` of `-0` rather than `0`.  Since `-0` is distict from `0` in `rad2deg` the slope was coming back as `-pi` rather than `pi`.

The fix is to check for `-0` and cahnge it to `0` (see code changes).  In numpy `-0 == 0` is `True` so that helps.

This is ultimitly a change in the floting point rounding error intoduced with the new numpy.

For reference numpy 1.20.0 change the version of `C` it was compiled against, so this changes things like the floting point errors.
Pull Request #409: Change default `gutter_eps` to 300

2 of 2 new or added lines in 1 file covered. (100.0%)

2603 of 2608 relevant lines covered (99.81%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1711.1 04 Feb 2021 12:37PM UTC 0
99.81
Travis Job 1711.1
Source Files on build 1711
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #1711
  • Pull Request #409
  • PR Base - master (#514816623)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc