()
| 37 | |
| 38 | @pytest.fixture |
| 39 | def c1(): |
| 40 | c = CutoffFunction() |
| 41 | c.setCutoffRadius(cutoff_radius) |
| 42 | c.setCutoffParameter(cutoff_parameter) |
| 43 | return c |
| 44 | |
| 45 | class Test___cinit__: |
| 46 | def test_skeleton_initialization(self): |
nothing calls this directly
no test coverage detected