(c0, c1, c5)
| 372 | |
| 373 | @pytest.mark.skip_in_parallel |
| 374 | def test_cell_h(c0, c1, c5): |
| 375 | for c in [c0, c1, c5]: |
| 376 | c[0].topology.create_connectivity(c[1], c[1]) |
| 377 | assert c[0].h(c[1], np.array([c[2]])) |
| 378 | |
| 379 | |
| 380 | def test_cell_h_prism(): |
nothing calls this directly
no test coverage detected