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

thermo analysis tools #131

Closed
wants to merge 11 commits into from
Closed

thermo analysis tools #131

wants to merge 11 commits into from

Conversation

SamCox822
Copy link
Contributor

No description provided.

@SamCox822 SamCox822 marked this pull request as ready for review June 29, 2024 08:44
Copy link
Contributor

@Jgmedina95 Jgmedina95 left a comment

Choose a reason for hiding this comment

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

yeah, my comments are above. Other than that, it seems fine!
I notice you never really explicitly mention the arguments for the tools. In my tools, the args_schema do that implicitly, but I wonder if you consider it not necessary here too.


def __init__(self, path_registry: PathRegistry | None = None):
super().__init__()
if path_registry is not None:
self.path_registry = path_registry
self.get_charges = GetTrajCharges()
Copy link
Contributor

Choose a reason for hiding this comment

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

is this one needed?

Copy link
Contributor

@Jgmedina95 Jgmedina95 left a comment

Choose a reason for hiding this comment

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

Code wise, looks good to me. I didn't ran the tools by myself though. So just make sure that usual bugs are covered: (files saved with same name, or plots /filesnot closed, or saved to the registry)

@SamCox822
Copy link
Contributor Author

Closing this PR for now, as I'm not sure how useful these tools actually are. We can add pieces back later if needed.

@SamCox822 SamCox822 closed this Aug 6, 2024
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.

2 participants