From ee96851468905976cc6bcd8488aabea564307553 Mon Sep 17 00:00:00 2001 From: Matthew Pitkin <matthew.pitkin@ligo.org> Date: Thu, 23 Aug 2018 09:45:12 +0100 Subject: [PATCH] Add theano to optional_requirements.txt --- optional_requirements.txt | 1 + tupak/core/sampler.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/optional_requirements.txt b/optional_requirements.txt index 9519ca78e..bb4d2aadd 100644 --- a/optional_requirements.txt +++ b/optional_requirements.txt @@ -1,3 +1,4 @@ astropy lalsuite gwpy +theano \ No newline at end of file diff --git a/tupak/core/sampler.py b/tupak/core/sampler.py index c1832aab7..fe558a4de 100644 --- a/tupak/core/sampler.py +++ b/tupak/core/sampler.py @@ -1101,7 +1101,6 @@ class Pymc3(Sampler): if isinstance(self.priors[key], Sine): pymc3 = self.external_sampler - # import theano try: import theano.tensor as tt from pymc3.theanof import floatX -- GitLab