Closed djsilva99 closed 6 days ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 70.57%. Comparing base (
f5a2ff5
) to head (5060e3c
). Report is 1 commits behind head on develop.
@@ Coverage Diff @@
## develop #49 +/- ##
========================================
Coverage 70.57% 70.57%
========================================
Files 21 21
Lines 2328 2328
========================================
Hits 1643 1643
Misses 685 685
Files with missing lines | Coverage Δ | |
---|---|---|
heatrapy/dimension_1/objects/object.py | 79.51% <ø> (ø) |
|
heatrapy/dimension_2/objects/object.py | 57.48% <ø> (ø) |
|
heatrapy/dimension_2/objects/single.py | 81.73% <ø> (ø) |
🚨 Try these New Features:
What
The docstrings mentioning the
Q
andQ0
parameters are incorrect. This PR fixes it.Why
Since the documentation is based on the docstrings it is important to have it sound.
How
heatrapy/dimension_1/objects/object.py
: Swapped the descriptions ofQ
andQ0
to correctly indicate thatQ0
is a list of fixed heat source coefficients andQ
is a list of temperature-dependent heat source coefficients.heatrapy/dimension_2/objects/object.py
: Corrected the descriptions ofQ
andQ0
to match the intended meaning, whereQ0
is for fixed heat source coefficients andQ
is for temperature-dependent coefficients.heatrapy/dimension_2/objects/single.py
: Updated the descriptions ofQ
andQ0
to ensure clarity, specifying thatQ0
is for fixed coefficients andQ
is for temperature-dependent coefficients.Documentation
This PR fixes the issue #16