-
Notifications
You must be signed in to change notification settings - Fork 2
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
What is the red line in the debug view? #18
Comments
Also, there is a green line. |
It's essentially a sideways chart, with:
So it shows essentially the "how much stuff isn't liquid" and the integral of that. These are incredibly helpful for debugging algorithms that use these (where should the liquid level be for basins), but also for if they are buggy (I had a few integral ones wrong earlier). |
Sounds good, can you please add notes of that nature to the implementation? |
Added notes above. |
Excellent, thanks! Closing. |
I tested the debug view and saw a red line I didn't understand, is this how it should behave? For #5
The text was updated successfully, but these errors were encountered: