Add mypy to CI#105
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #105 +/- ##
==========================================
+ Coverage 96.09% 96.71% +0.62%
==========================================
Files 6 6
Lines 333 335 +2
==========================================
+ Hits 320 324 +4
+ Misses 13 11 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
atravitz
left a comment
There was a problem hiding this comment.
just a comment and notes to update the action versions - I'll approve now to keep you unblocked.
| - Flattened 2D protein RMSD matrix (pairwise RMSD between frames) | ||
| """ | ||
| output = { | ||
| output: dict[str, list[Any]] = { |
There was a problem hiding this comment.
non-blocking for this PR, but it would be helpful to be more strict about these types. I think they should all be np.float64?
There was a problem hiding this comment.
I tried different things but mypy kept complaining, because some items are list[list[float]] and some list[float], so I went back to Any, I hope that's ok!
Co-authored-by: Alyssa Travitz <31974495+atravitz@users.noreply.github.com>
Co-authored-by: Alyssa Travitz <31974495+atravitz@users.noreply.github.com>
No description provided.