Skip to content

Commit a33d7c9

Browse files
authored
Merge pull request #16 from corinwagen:feature/batch-rmsd
Batch RMSD Calculations
2 parents 3ea3b4d + 5674d95 commit a33d7c9

File tree

6 files changed

+304
-60
lines changed

6 files changed

+304
-60
lines changed

.coveragerc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
[run]
22
source = prism_pruner
3-
omit = prism_pruner/__main__.py
3+
omit =
4+
prism_pruner/__main__.py
5+
*/.pixi/*
6+
*/tests/*
7+
# */venv/*
8+
# setup.py
9+
# */__pycache__/*
410

511
[report]
612
exclude_lines =

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,3 +177,6 @@ pyrightconfig.json
177177

178178
# Pixi
179179
.pixi
180+
181+
#VSCode
182+
.vscode/

pixi.lock

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)