Commit 0df092d
ENH: Improve multi-variable drag compatibility, regular-grid handling, and related tests/docs (#927)
* MNT: simplify function grid interpolation structure.
* DOC: add regular grid to function docs
* ENH: improve multi dim drag implementation to avoid breaking changes
* TST: fix tests for new drag implementation
* ENH: Let the user solve the csv file error instead of muting the error
Co-authored-by: Gui-FernandesBR <63590233+Gui-FernandesBR@users.noreply.github.com>
* MNT: move create_grid function to tools
* ENH: copilot suggestion
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* ENH: copilot suggestion
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* ENH: move load_csv to tools
* ENH: remove unecessary dicretization
* MNT: ruff and pylint
* MNT: ruff update
* MNT: pylint
* ENH: Avoid circular imports
* MNT: fix pylint and cyclic imports again
* DEV: changelog
---------
Co-authored-by: Pedro Bressan <87212571+phmbressan@users.noreply.github.com>
Co-authored-by: Gui-FernandesBR <63590233+Gui-FernandesBR@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>1 parent 8cdb69f commit 0df092d
File tree
22 files changed
+1366
-1310
lines changed- docs/user
- rocket
- rocketpy
- mathutils
- plots
- rocket
- aero_surface
- simulation
- stochastic
- tests
- acceptance
- fixtures/flight
- integration
- simulation
- unit
- mathutils
- rocket
- aero_surface
22 files changed
+1366
-1310
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | 102 | | |
107 | 103 | | |
108 | 104 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
94 | | - | |
95 | | - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
96 | 100 | | |
97 | 101 | | |
98 | 102 | | |
| |||
183 | 187 | | |
184 | 188 | | |
185 | 189 | | |
186 | | - | |
| 190 | + | |
187 | 191 | | |
188 | 192 | | |
189 | 193 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
246 | | - | |
247 | | - | |
248 | | - | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
| 256 | + | |
256 | 257 | | |
257 | 258 | | |
258 | 259 | | |
| |||
0 commit comments