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

Updates to use Pathlib rather than str or os.path #22

Merged
merged 5 commits into from
Jun 5, 2024

Conversation

Alrobbertz
Copy link
Member

This PR updates the HERMES MERIT processing functionality to consistently use pathlib.Path objects for file paths when processing files. Previously these functions used str objects or os.path, which goes against the HERMES best-practices. This PR aligns the functionality of the package with the best practices defined for the mission code development.

Copy link
Member

@dbarrous dbarrous left a comment

Choose a reason for hiding this comment

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

LGTM!

@Alrobbertz Alrobbertz merged commit 5d864f1 into HERMES-SOC:main Jun 5, 2024
12 checks passed
@Alrobbertz Alrobbertz deleted the update_path branch June 5, 2024 17:10
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.

3 participants