Commit d1ce1b2
authored
Remove debug print statements from tests and replace them with assertions (#210)
* remove debug print statements from tests and replace them with assertions, adjust ruff config to flag prints in package code
* remove unused script docs/_static/get_module_graph_dot_file.py
* replace assert statements with ValueError in multiple files
* fix self-documenting f-string unsupported in torchscript
* replace logging.info with print in autobatching.py
* don't ruff ignore INP001 implicit-namespace-package
* codecov unignore torch_sim/unbatched
* primitive_neighbor_list raise RuntimeError not AssertionError on no atoms provided1 parent db4782d commit d1ce1b2
File tree
22 files changed
+137
-559
lines changed- docs
- _static
- examples/scripts/7_Others
- tests
- models
- torch_sim
- models
- workflows
22 files changed
+137
-559
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
5 | 3 | | |
| |||
0 commit comments