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

Add IO to read MonkeyLogic files #1030

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

Conversation

JuliaSprenger
Copy link
Member

closes #882

@pep8speaks
Copy link

pep8speaks commented Sep 23, 2021

Hello @JuliaSprenger! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 5:1: E302 expected 2 blank lines, found 1

Line 174:100: E501 line too long (103 > 99 characters)
Line 183:1: E303 too many blank lines (3)
Line 208:22: E231 missing whitespace after ':'
Line 208:22: E701 multiple statements on one line (colon)
Line 208:23: E225 missing whitespace around operator
Line 327:77: E226 missing whitespace around arithmetic operator

Line 24:100: E501 line too long (100 > 99 characters)

Line 26:9: E303 too many blank lines (2)

Comment last updated at 2021-09-29 11:46:51 UTC

@JuliaSprenger JuliaSprenger added this to the 0.11.0 milestone Sep 23, 2021
@apdavison apdavison modified the milestones: 0.10.3, 0.11.0 Aug 30, 2022
@apdavison apdavison modified the milestones: 0.11.0, 0.12.0 Sep 29, 2022
@ree-gupta
Copy link

Documentation that might be relevant for the IO

@JuliaSprenger JuliaSprenger modified the milestones: 0.12.0, 0.12.1, 0.13.0 Apr 2, 2023
@apdavison apdavison modified the milestones: 0.13.0, 0.14.0 Jan 26, 2024
@apdavison apdavison modified the milestones: 0.14.0, future Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for BHV2 files
4 participants