Skip to content

Conversation

@fderop
Copy link
Contributor

@fderop fderop commented Oct 25, 2025

No description provided.


available_volume = self.get_used_volume()
if volume > available_volume and abs(volume - available_volume) > 1e-6:
if abs(volume - available_volume) > 1e-6:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I deleted it here then @rickwierenga

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also the abs is throwing it off (that would check for equality, we are checking for an inequality)

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.

2 participants