-
Notifications
You must be signed in to change notification settings - Fork 1
Update doc strings #72
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
base: main
Are you sure you want to change the base?
Conversation
|
pre-commit.ci autofix |
for more information, see https://pre-commit.ci
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #72 +/- ##
==========================================
+ Coverage 88.16% 89.19% +1.03%
==========================================
Files 7 6 -1
Lines 338 324 -14
==========================================
- Hits 298 289 -9
+ Misses 40 35 -5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
pre-commit.ci autofix |
|
|
||
| Parameters | ||
| ---------- | ||
| dataset : netCDF4.Dataset |
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.
use a consistent type for the dataset it seems to interchange nc.Dataset and netCDF4.Dataset.
| ) -> dict[str, list[float]]: | ||
| """Generate structural analysis of RBFE simulation | ||
| """ | ||
| Compute structural RMSD-based metrics for a multistate RBFE simulation. |
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.
Just checking this is correct and it only works on RBFEs and not ABFEs as well?
No description provided.