-
Notifications
You must be signed in to change notification settings - Fork 8
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
Conversation
…o agent, and unit tests
There was a problem hiding this 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() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this one needed?
There was a problem hiding this 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)
Closing this PR for now, as I'm not sure how useful these tools actually are. We can add pieces back later if needed. |
No description provided.