Skip to content
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

BUG: Vector encoding breaks MonteCarlo export. #704

Merged
merged 3 commits into from
Oct 9, 2024

Conversation

phmbressan
Copy link
Collaborator

@phmbressan phmbressan commented Oct 7, 2024

Pull request type

  • Code changes (bugfix, features)

Checklist

  • Tests for the changes have been added (if needed)
  • Docs have been reviewed and added / updated
  • Lint (black rocketpy/ tests/) has passed locally
  • All tests (pytest tests -m slow --runslow) have passed locally
  • CHANGELOG.md has been updated (if relevant)

Current behavior

The Vector class now being used for Component position does not have proper encoding. This breaks MonteCarlo inputs export.

New behavior

This PR is a hotfix that implements the necessary changes to encode the Vectors. Full encoding support should be bought by #695 .

Breaking change

  • Yes
  • No

@phmbressan phmbressan added the Bug Something isn't working label Oct 7, 2024
@phmbressan phmbressan added this to the Release v1.X.0 milestone Oct 7, 2024
@phmbressan phmbressan self-assigned this Oct 7, 2024
@phmbressan phmbressan requested a review from a team as a code owner October 7, 2024 20:56
@Gui-FernandesBR Gui-FernandesBR changed the base branch from master to develop October 9, 2024 01:37
@Gui-FernandesBR
Copy link
Member

Running OK,

image

@Gui-FernandesBR Gui-FernandesBR merged commit e995de6 into develop Oct 9, 2024
1 of 5 checks passed
@Gui-FernandesBR Gui-FernandesBR deleted the bug/montecarlo-export-vector branch October 9, 2024 01:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
Status: Closed
Development

Successfully merging this pull request may close these issues.

2 participants