Skip to content

Commit

Permalink
Merge pull request #300 from MassimoCimmino/maintenance/issue298_erro…
Browse files Browse the repository at this point in the history
…rMultipleUTubes

Maintenance/issue298 error multiple u tubes
  • Loading branch information
MassimoCimmino committed Jul 1, 2024
2 parents 47b24ea + 652158b commit 7969244
Show file tree
Hide file tree
Showing 3 changed files with 213 additions and 341 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* [Issue 274](https://github.com/MassimoCimmino/pygfunction/issues/274) - Fixed scalar assignment from ndim-1 array. It is deprecated as of `numpy` version `1.25`. Only ndim-0 arrays can be treated as scalars.
* [Issue 285](https://github.com/MassimoCimmino/pygfunction/issues/285) - Use `numpy.complex128` instead of `numpy.cfloat`. This is to comply with backward-incompatible changes introduced in `numpy` version `2.0`.
* [Issue 286](https://github.com/MassimoCimmino/pygfunction/issues/286) - Fixed incorrect coefficients in `pipes.SingleUTube._continuity_condition_base` which caused errors in all dependent class methods when `segment_ratios` were not symmetric around the borehole mid-length.
* [Issue 298](https://github.com/MassimoCimmino/pygfunction/issues/298) - Fixed incorrect coefficients in `pipes._basePipe`, `pipes.MultipleUTube` and `pipes.IndependentMultipleUTube` which caused errors in fluid temperature profiles and outlet fluid temperatures.

## Version 2.2.2 (2023-01-09)

Expand Down
Loading

0 comments on commit 7969244

Please sign in to comment.