(init)
| 34 | ], |
| 35 | ) |
| 36 | def test_initialize(init): |
| 37 | model = Model() |
| 38 | if init == "dummy": |
| 39 | with pytest.raises(ValueError): |
| 40 | initialize(model, init) |
| 41 | else: |
| 42 | initialize(model, init) |
nothing calls this directly
no test coverage detected
searching dependent graphs…