gpytorch/models/__init__.py

Killed 0 out of 1 mutants

Survived

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

Mutant 1

--- gpytorch/models/__init__.py
+++ gpytorch/models/__init__.py
@@ -10,7 +10,7 @@
 from .pyro import PyroGP
 
 # Alternative name for ApproximateGP
-VariationalGP = ApproximateGP
+VariationalGP = None
 
 
 # Deprecated for 0.4 release