From 50914f3d403d3ba9639e32b4e635b732a0f6f154 Mon Sep 17 00:00:00 2001
From: Gregory Ashton <gregory.ashton@ligo.org>
Date: Thu, 22 Sep 2016 18:56:49 +0200
Subject: [PATCH] Removes paper dependency to fix CI - should replace with RCs
 in future

---
 pyfstat.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pyfstat.py b/pyfstat.py
index 21037ea..2edcaf6 100755
--- a/pyfstat.py
+++ b/pyfstat.py
@@ -36,8 +36,6 @@ else:
     earth_ephem = None
     sun_ephem = None
 
-plt.style.use('paper')
-
 parser = argparse.ArgumentParser()
 parser.add_argument("-q", "--quite", help="Decrease output verbosity",
                     action="store_true")
-- 
GitLab