Closed eytanadler closed 7 months ago
Attention: Patch coverage is 0%
with 1 lines
in your changes are missing coverage. Please review.
Project coverage is 41.45%. Comparing base (
5f233c2
) to head (8abd1cd
).
Files | Patch % | Lines |
---|---|---|
adflow/pyADflow.py | 0.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Purpose
In the
addArbitrarySlices
function, the slice direction was being indexed with the variable used to track the total slices so far, rather than the correct index looping over the slices to add.Expected time until merged
Type of change
Testing
Checklist
flake8
andblack
to make sure the Python code adheres to PEP-8 and is consistently formattedfprettify
or C/C++ code withclang-format
as applicable