We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug As of v2.1.5, when initializing JupyterViz with space_drawer=False the empty space is still drawn when rendering in the browser.
JupyterViz
space_drawer=False
Expected behavior Expect the space drawer to not be rendered.
To Reproduce Currently visible in my risky food simulation, which doesn't have an agent space: https://simrisk.pulcloud.io/riskyfood
Additional context PR with proposed fix : #1907
The text was updated successfully, but these errors were encountered:
Fixed by #1907.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
As of v2.1.5, when initializing
JupyterViz
withspace_drawer=False
the empty space is still drawn when rendering in the browser.Expected behavior
Expect the space drawer to not be rendered.
To Reproduce
Currently visible in my risky food simulation, which doesn't have an agent space: https://simrisk.pulcloud.io/riskyfood
Additional context
PR with proposed fix : #1907
The text was updated successfully, but these errors were encountered: