From 012cf40655d30595a6a7f529f6682435985a8e63 Mon Sep 17 00:00:00 2001 From: Gregory Ashton <gregory.ashton@ligo.org> Date: Wed, 15 Feb 2017 09:25:29 +0100 Subject: [PATCH] Removes pymc3 This was mistakenly added during a testing phase - removed since it is not used. --- pyfstat/mcmc_based_searches.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pyfstat/mcmc_based_searches.py b/pyfstat/mcmc_based_searches.py index 9d9b9ad..1c1d269 100644 --- a/pyfstat/mcmc_based_searches.py +++ b/pyfstat/mcmc_based_searches.py @@ -10,7 +10,6 @@ import numpy as np import matplotlib import matplotlib.pyplot as plt import emcee -import pymc3 import corner import dill as pickle -- GitLab