Skip to content

Conversation

@awirb
Copy link
Contributor

@awirb awirb commented Mar 18, 2024

add runscripts

add function to create local cfg files with overrides

add collection name to override section

update docs

move writing of local cfgs to folder

add option to read config from dir

@awirb awirb requested a review from fso42 March 18, 2024 15:36
@pep8speaks
Copy link

pep8speaks commented Mar 18, 2024

Hello @awirb! Thanks for updating this PR.

Line 315:9: E265 block comment should start with '# '
Line 314:9: E265 block comment should start with '# '
Line 313:9: E265 block comment should start with '# '

Line 2836:121: E501 line too long (132 > 120 characters)
Line 2108:69: E127 continuation line over-indented for visual indent
Line 1055:121: E501 line too long (124 > 120 characters)
Line 96:121: E501 line too long (126 > 120 characters)

Line 207:29: E721 do not compare types, use 'isinstance()'

Line 386:42: E712 comparison to True should be 'if cond is True:' or 'if cond:'
Line 383:42: E712 comparison to False should be 'if cond is False:' or 'if not cond:'

Line 837:28: W292 no newline at end of file
Line 649:50: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
Line 305:5: E303 too many blank lines (2)
Line 95:38: E712 comparison to False should be 'if cond is False:' or 'if not cond:'

Line 973:121: E501 line too long (138 > 120 characters)
Line 971:19: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
Line 942:21: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
Line 799:121: E501 line too long (124 > 120 characters)
Line 683:37: E203 whitespace before ':'
Line 682:37: E203 whitespace before ':'
Line 531:15: E711 comparison to None should be 'if cond is not None:'
Line 495:71: E203 whitespace before ':'
Line 495:48: E203 whitespace before ':'
Line 489:71: E203 whitespace before ':'
Line 489:48: E203 whitespace before ':'
Line 476:121: E501 line too long (121 > 120 characters)

Line 118:53: E231 missing whitespace after ','

Line 37:1: W391 blank line at end of file

Comment last updated at 2024-10-15 12:03:26 UTC

@awirb awirb changed the title add contours plot WIP: overrides Mar 18, 2024
@fso42 fso42 force-pushed the addOverrideFolder branch from b34082f to 406fc0a Compare April 4, 2024 12:34
@fso42 fso42 force-pushed the addOverrideFolder branch from 406fc0a to a2175a0 Compare May 27, 2024 08:29
@fso42 fso42 force-pushed the addOverrideFolder branch from a2175a0 to 4915d7c Compare August 19, 2024 12:41
add runscripts

add function to create local cfg files with overrides

add collection name to override section

update docs

move writing of local cfgs to folder

add option to read config from dir
@awirb awirb force-pushed the addOverrideFolder branch from 4915d7c to c630432 Compare October 15, 2024 12:03
@fso42 fso42 linked an issue Mar 27, 2025 that may be closed by this pull request
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.

Get and read inis from a local directory

3 participants