Skip to content

Validate divisor parameters in carb_math to prevent ZeroDivisionError#30

Open
CharlesCNorton wants to merge 1 commit into
tidepool-org:mainfrom
CharlesCNorton:guard-carb-math-divisors
Open

Validate divisor parameters in carb_math to prevent ZeroDivisionError#30
CharlesCNorton wants to merge 1 commit into
tidepool-org:mainfrom
CharlesCNorton:guard-carb-math-divisors

Validate divisor parameters in carb_math to prevent ZeroDivisionError

06edd01
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Jun 26, 2026 in 25s

Build Failed

The build failed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #30 Validate divisor parameters in carb_math to prevent ZeroDivisionError.
Any changes that have been made to the main branch before the build ran are also included.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Focal)
Python Version 3.9
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "python": [
    "3.9"
  ],
  "script": [
    "python -m unittest -v"
  ]
}