Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Moving get universe out of start method #188

Merged
merged 7 commits into from
May 22, 2024

Conversation

shimwell
Copy link
Collaborator

Description

Simple PR that moves some more logic from the start() method, this time we are moving the bounding box calculation outside. While doing this I noticed there was a hard coded parameter of 10 used for enlarging the bounding box. So I've added that as an argument. One benefit of #184 would be ease of exposing these options to the user.

Fixes issue

Please link to any issues that this PR fixes

Checklist

  • I'm making a PR from a feature branch on my fork into GEOUNED-org/GEOUNED/dev branch
  • I have followed PEP8 style guide for Python or run a formatter such as black or ruff format on my code

@shimwell
Copy link
Collaborator Author

this one is ready for review if anyone has time

@shimwell shimwell changed the title Moving get universe out of start Moving get universe out of start method May 21, 2024
@psauvan psauvan merged commit 7207755 into GEOUNED-org:dev May 22, 2024
9 checks passed
psauvan pushed a commit that referenced this pull request Jun 17, 2024
* moved two methods out of start

* removed unnecessary logger line

* calculating bb if still None

* improved comment

* private method for now
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants