AVSLab / bsk_rl

RL environments and tools for spacecraft autonomy research, built on Basilisk. Developed by the AVS Lab.
https://avslab.github.io/bsk_rl/
MIT License
39 stars 4 forks source link

Issue #119: Add option to set initial data storage level in ImagingDy… #120

Closed LorenzzoQM closed 7 months ago

LorenzzoQM commented 7 months ago

Description

Closes #119

Adds option to set the initial data storage level in ImagingDynModel.

Type of change

How should this pull request be reviewed?

How Has This Been Tested?

Please describe the tests that you ran to verify your changes.

Passes Tests

Test Configuration

Checklist:

Mark2000 commented 7 months ago

Could you add a unit test and integrated test to demonstrate that this works?

LorenzzoQM commented 7 months ago

Sure! Added integrated tests for the storageInit. I believe these are better than unit tests for this case.