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

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

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/actions/upload-artifact-6
DEFAULT BRANCH: master
Ran 04 Feb 2021 12:34PM UTC
Jobs 1
Files 72
Run time 12s
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
1710

push

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.

2603 of 2608 relevant lines covered (99.81%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1710.1 04 Feb 2021 12:34PM UTC 0
99.81
Travis Job 1710.1
Source Files on build 1710
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #1710
  • 6243815b on github
  • Prev Build on fix-optics-angle (#1708)
  • Next Build on fix-optics-angle (#1712)
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