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

Issue #113: Reset previous action on reset #114

Merged
merged 1 commit into from
Feb 4, 2024

Conversation

Mark2000
Copy link
Contributor

@Mark2000 Mark2000 commented Feb 4, 2024

Description

Closes #113

Fixes minor bug with retasking

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

How should this pull request be reviewed?

  • By commit
  • All changes at once

How Has This Been Tested?

Added reset test for sat actions.

Passes Tests

  • Unit tests (General Environment only) pytest --cov bsk_rl/envs/general_satellite_tasking --cov-report term-missing tests/unittest
  • Integrated tests (General Environment only) pytest --cov bsk_rl/envs/general_satellite_tasking --cov-report term-missing tests/integration
  • Examples (General Environment only) pytest tests/examples

Test Configuration

  • Python: 3.10
  • Basilisk: 2.2.2
  • Platform: MacOS

Checklist:

  • My code follows the style guidelines of this project (passes Black, ruff, and isort)
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • Commit messages are atomic, are in the form Issue #XXX: Message and have a useful message
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works

@Mark2000 Mark2000 force-pushed the bugfix/113-reset-prev-action branch from 22fa1a4 to ea66c14 Compare February 4, 2024 14:40
@Mark2000 Mark2000 requested a review from LorenzzoQM February 4, 2024 14:40
@Mark2000 Mark2000 merged commit e484e3f into develop Feb 4, 2024
4 checks passed
@Mark2000 Mark2000 deleted the bugfix/113-reset-prev-action branch February 4, 2024 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Satellite action doesn't necessarily retask after reset
2 participants