Skip to content

Commit d93666a

Browse files
MNT: Refactor Tank's testing Assertion with CAD data. (#678)
* MNT: Add CAD data for tank geometry validation. * MNT: Refactor tank testing and improve file structure. * STY: fix pylint suggestions. * ENH: implement Tanks prints and plots. * MNT: add recent changes to CHANGELOG. * TST: tighten tolerances for tank geometry tests. * DOC: improve description of cad notebook validator. * MNT: remove duplicated fixtures. * DOC: improve flux_time docstring description. * MNT: add info and all_info methods to tanks. --------- Co-authored-by: Gui-FernandesBR <[email protected]>
1 parent 5cb88c3 commit d93666a

20 files changed

+1405
-1246
lines changed

.vscode/settings.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@
233233
"polystyle",
234234
"powerseries",
235235
"Prandtl",
236+
"pressurant",
236237
"prettytable",
237238
"Projeto",
238239
"prometheus",
@@ -265,6 +266,7 @@
265266
"SBMT",
266267
"scilimits",
267268
"searchsorted",
269+
"seblm",
268270
"seealso",
269271
"setrail",
270272
"simplekml",

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Attention: The newest changes should be on top -->
3535

3636
### Changed
3737

38+
- MNT: Refactor Tank's testing Assertion with CAD data. [#678](https://github.com/RocketPy-Team/RocketPy/pull/678)
3839

3940
### Fixed
4041

0 commit comments

Comments
 (0)