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

EwoutH / EMAworkbench
80%
master: 80%

Build:
Build:
LAST BUILD BRANCH: deepsource-autofix-558ef8e8
DEFAULT BRANCH: master
Repo Added 21 Apr 2022 05:05PM UTC
Token Ko7wzA9FrVAAU1RuJTCG2gAoqGcTzUl2x regen
Build 185 Last
Files 36
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

LAST BUILD ON BRANCH deepsource-autofix-558ef8e8
branch: deepsource-autofix-558ef8e8
CHANGE BRANCH
x
Reset
Sync Branches
  • deepsource-autofix-558ef8e8
  • PyScaffold
  • annotated_tradeoff
  • changelog
  • ci-lint
  • ci-maint
  • ci-pytest-py310
  • ci-rel-packages-upload
  • ci-weekly
  • code-quality
  • codespell-pre-commit
  • commas
  • deepsource
  • deepsource-autofix-00abd260
  • deepsource-autofix-150845ba
  • deepsource-autofix-502ab139
  • deepsource-autofix-6e5e19f1
  • deepsource-autofix-bcd79bb2
  • deepsource-autofix-fd654be9
  • deepsource-fix-2c207ee7
  • deepsource-fix-39f5f50a
  • deepsource-fix-402b16f1
  • deepsource-fix-86c0e7d8
  • deepsource-fix-8d28d45b
  • deepsource-fix-b0098481
  • deepsource-fix-cbc427ab
  • deepsource-fix-d5a4c1fb
  • deepsource-fix-f0cfbc72
  • deepsource-fix-ff99520f
  • depreciations
  • depreciations-2
  • f-strings
  • gpg-test
  • https-urls
  • master
  • n_processes_fix
  • nose2pytest-ci
  • outputspace_review
  • patch-10
  • patch-11
  • patch-12
  • patch-13
  • patch-14
  • patch-2
  • patch-3
  • patch-5
  • patch-6
  • patch-7
  • patch-8
  • patch-9
  • performance-1
  • performance-2
  • py-38-config
  • pyupgrade-38
  • sklearn-depreciation
  • spelling-fix
  • static-analysis

17 Nov 2023 03:40PM UTC coverage: 80.217%. Remained the same
6906059916

Pull #23

github

web-flow
refactor: use `hypot` method to calculate hypotenuse

Calculating the length of the hypotenuse using the standard formula `c = sqrt(a**2 + b**2)` may lead to overflow if the two other sides are both very large. Even though `c` will not be much bigger than `max(a, b)`, either `a**2` or `b**2` (or both) could be. Thus, the calculation could overflow, even though the result is well within representable range. It is recommended to use the built-in function `hypot(a,b)` from the `math` library.
Pull Request #23: refactor: use `hypot` method to calculate hypotenuse

4663 of 5813 relevant lines covered (80.22%)

0.8 hits per line

Relevant lines Covered
Build:
Build:
5813 RELEVANT LINES 4663 COVERED LINES
0.8 HITS PER LINE
Source Files on deepsource-autofix-558ef8e8
  • Tree
  • List 34
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
6906059916 deepsource-autofix-558ef8e8 refactor: use `hypot` method to calculate hypotenuse Calculating the length of the hypotenuse using the standard formula `c = sqrt(a**2 + b**2)` may lead to overflow if the two other sides are both very large. Even though `c` will not be much big... Pull #23 17 Nov 2023 03:43PM UTC web-flow github
80.22
See All Builds (120)

Badge your Repo: EMAworkbench

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • Repo on GitHub
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

© 2025 Coveralls, Inc