Tests that the normalization works correctly.
(normalization, norm_rel, norm_abs)
| 331 | ], |
| 332 | ) |
| 333 | def test_normalization(normalization, norm_rel, norm_abs): |
| 334 | """Tests that the normalization works correctly.""" |
| 335 | system = bulk("Cu", "fcc", cubic=True, a=3.6) |
| 336 | assert_normalization(mbtr_default_k2, system, normalization, norm_rel, norm_abs) |
| 337 | |
| 338 | |
| 339 | @pytest.mark.parametrize("k", [1, 2, 3]) |
nothing calls this directly
no test coverage detected