-
-
Notifications
You must be signed in to change notification settings - Fork 251
mnt/extract flight data exporters #845
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Gui-FernandesBR
merged 9 commits into
RocketPy-Team:develop
from
CameronBrooks11:mnt/extract-flight-data-exporters
Oct 8, 2025
Merged
Changes from 1 commit
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
a4ebfab
mnt: extract flight data exporters into FlightDataExporter with depre…
CameronBrooks11 670fd17
tst: add unit tests for exporter delegation and direct exports
CameronBrooks11 193383c
tst: minor tweaks to clean up imports on added tests
CameronBrooks11 345f8ac
doc: switch export examples to FlightDataExporter and note deprecatio…
CameronBrooks11 a6d0a3f
doc(changelog): record FlightDataExporter extraction, deprecations, a…
CameronBrooks11 e969778
format flight.py with ruff to comply with project style
CameronBrooks11 54a989d
TST: Improve tests for Flight Data Exporter
Gui-FernandesBR bebc8ab
FIx commentaries
Gui-FernandesBR b88abc4
Fix lint
Gui-FernandesBR File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
TST: Improve tests for Flight Data Exporter
- Loading branch information
commit 54a989dc3e6141e53d782ce5543595d811603f92
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| from .flight import Flight | ||
| from .flight_data_exporter import FlightDataExporter | ||
| from .flight_data_importer import FlightDataImporter | ||
| from .monte_carlo import MonteCarlo | ||
| from .multivariate_rejection_sampler import MultivariateRejectionSampler | ||
| from .flight_data_exporter import FlightDataExporter |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,6 +3,7 @@ | |
| """ | ||
|
|
||
| import json | ||
|
|
||
| import numpy as np | ||
| import simplekml | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.