pyro/infer/traceenum_elbo.py

Killed 0 out of 1 mutants

Survived

Survived mutation testing. These mutants show holes in your test suite.

Mutant 66

--- pyro/infer/traceenum_elbo.py
+++ pyro/infer/traceenum_elbo.py
@@ -23,8 +23,6 @@
 from pyro.poutine.enum_messenger import EnumMessenger
 from pyro.util import check_traceenum_requirements, ignore_jit_warnings, warn_if_nan
 
-
-@ignore_jit_warnings()
 def _get_common_scale(scales):
     # Check that all enumerated sites share a common subsampling scale.
     # Note that we use a cheap weak comparison by id rather than tensor value, because