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

96 Fix RailEnvPersister incomplete. #97

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

chenkins
Copy link
Contributor

@chenkins chenkins commented Dec 4, 2024

Changes

Describe the changes you made.

Related issues

Fixes #96 .

Checklist

  • Tests are included for relevant behavior changes.
  • Documentation is added in the docs folder for relevant behavior changes. If you made important user-facing
    changes, describe them under the [Unreleased] tag in CHANGELOG.md.
  • New package dependencies are declared in the pyproject.toml file.
    Requirement files have been updated by running tox -e requirements.
  • Code works with all supported Python versions (3.10, 3.11 and 3.12). Checks run with all three version and are
    required to run successfully.
  • Code is formatted according to PEP 8 (an IDE like PyCharm can do this for you).
  • Technical guidelines listed in CONTRIBUTING.md are followed.

@@ -774,3 +773,51 @@ def close(self):
except Exception as e:
print("Could Not close window due to:", e)
self.renderer = None

Copy link
Contributor

@SergeCroise SergeCroise Dec 4, 2024

Choose a reason for hiding this comment

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

see a few lines above:
def close(self):
"""
This method closes any renderer window.
The same in :
def render(self, ...

@chenkins chenkins changed the title Fix RailEnvPersister incomplete. 96 Fix RailEnvPersister incomplete. Dec 9, 2024
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.

RailEnvPersister incomplete.
2 participants