Skip to content

add stop during setup when running routing but domain is not global#174

Draft
gmao-rreichle wants to merge 2 commits into
developfrom
feature/rreichle/route_stop_when_not_global
Draft

add stop during setup when running routing but domain is not global#174
gmao-rreichle wants to merge 2 commits into
developfrom
feature/rreichle/route_stop_when_not_global

Conversation

@gmao-rreichle
Copy link
Copy Markdown
Collaborator

No description provided.

@gmao-rreichle gmao-rreichle added 0-diff consistency check check guarding against user error Skip Changelog Skips the Changelog Enforcer labels May 18, 2026
Comment thread GEOSldas_App/ldas.py
#os.remove(self.domain_def.name)

# if running routing, make sure domain is global
if self.run_route>0 and self.isZoomIn=True:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
if self.run_route>0 and self.isZoomIn=True:
if self.run_route>0 and self.isZoomIn:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

0-diff consistency check check guarding against user error Skip Changelog Skips the Changelog Enforcer

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants