From 2dfc5d7786e752906013138b933f808b13071f04 Mon Sep 17 00:00:00 2001
From: MoritzThomasHuebner <email@moritz-huebner.de>
Date: Fri, 13 Jul 2018 18:50:04 +1000
Subject: [PATCH] Removed obsolete method call

---
 tupak/gw/detector.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tupak/gw/detector.py b/tupak/gw/detector.py
index d8ab8192d..5355646ea 100644
--- a/tupak/gw/detector.py
+++ b/tupak/gw/detector.py
@@ -518,7 +518,6 @@ class InterferometerStrainData(object):
             self._frequency_domain_strain = None
         else:
             raise ValueError("Data times do not match time array")
-        self._check_maximum_frequency()
 
     def set_from_gwpy_timeseries(self, time_series):
         """ Set the strain data from a gwpy TimeSeries
-- 
GitLab