-
Notifications
You must be signed in to change notification settings - Fork 4
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
data_storage_valid check killing simulation when storage if full #72
Comments
@LorenzzoQM reopening this since I think the behavior should be to fail if the buffer is approximately full when
with |
@LorenzzoQM can this issue be closed with your bsk changes to make storage an int? |
@Mark2000 yes! This issue can be closed now that the storage unit uses int. |
Basilisk now uses int variable type for storage, avoiding numerical rounding errors and fixing this issue. |
Satellite data_storage_valid check killing the simulation (failed data_storage_valid check) when data buffer is equal to maximum storage capacity due to numerical rounding error (storage level slightly above storage capacity).
Version (please complete the following information):
The text was updated successfully, but these errors were encountered: