You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@pytest.mark.xfail(condition=(theano.config.floatX=="float32"), reason="Fails on float32") # Too lazy to propagate decimal parameter through the whole chain of deps
572
+
# Too lazy to propagate decimal parameter through the whole chain of deps
573
+
@pytest.mark.xfail(condition=(theano.config.floatX=="float32"), reason="Fails on float32")
@pytest.mark.xfail(condition=(theano.config.floatX=="float32"), reason="Fails on float32") # Too lazy to propagate decimal parameter through the whole chain of deps
601
+
# Too lazy to propagate decimal parameter through the whole chain of deps
602
+
@pytest.mark.xfail(condition=(theano.config.floatX=="float32"), reason="Fails on float32")
@pytest.mark.xfail(condition=(theano.config.floatX=="float32"), reason="Fails on float32") # Too lazy to propagate decimal parameter through the whole chain of deps
606
+
# Too lazy to propagate decimal parameter through the whole chain of deps
607
+
@pytest.mark.xfail(condition=(theano.config.floatX=="float32"), reason="Fails on float32")
605
608
deftest_zeroinflatednegativebinomial(self):
606
609
self.checkd(ZeroInflatedNegativeBinomial, Nat,
607
610
{'mu': Rplusbig, 'alpha': Rplusbig, 'psi': Unit})
608
611
609
-
@pytest.mark.xfail(condition=(theano.config.floatX=="float32"), reason="Fails on float32") # Too lazy to propagate decimal parameter through the whole chain of deps
612
+
# Too lazy to propagate decimal parameter through the whole chain of deps
613
+
@pytest.mark.xfail(condition=(theano.config.floatX=="float32"), reason="Fails on float32")
0 commit comments