Skip to content
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

Check renderer #1063

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Check renderer #1063

wants to merge 5 commits into from

Conversation

grbagwe
Copy link

@grbagwe grbagwe commented May 5, 2022

Pull request information

  • Status: ? (ready to merge / in development)

  • Kind of changes: ? (bug fix / new feature / documentation...)

  • Change file in the flow.envs.base to create pyglet rendering.

  • There was a bug I guess which didn't start the pyglet rendering where the should_render was preventing it from rendering.

  • Related PR or issue: ? (optional)

Description

? (general description)

@@ -133,7 +133,7 @@ def __init__(self,
self.sim_params = deepcopy(sim_params)
# check whether we should be rendering
self.should_render = self.sim_params.render
self.sim_params.render = False
self.sim_params.render = self.sim_params.render
Copy link
Member

Choose a reason for hiding this comment

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

this seems unnecessary?

@grbagwe
Copy link
Author

grbagwe commented May 5, 2022 via email

@eugenevinitsky
Copy link
Member

Oh no worries and thank you for the PR!

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