Skip to content

Commit

Permalink
Remove old test settings
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonwillard committed Mar 7, 2021
1 parent a08cf5c commit 0e8d9f1
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,13 +0,0 @@
import warnings

with warnings.catch_warnings():
warnings.filterwarnings("ignore", category=DeprecationWarning)
import theano

import pymc3

# Prevent slow C compilation
# theano.config.compute_test_value = "ignore"
theano.config.on_opt_error = "raise"
theano.config.mode = "FAST_COMPILE"
theano.config.cxx = ""

0 comments on commit 0e8d9f1

Please sign in to comment.