From 56f017646d91ab67f76a2795e9d195327cf08c76 Mon Sep 17 00:00:00 2001 From: Gregory Ashton <gregory.ashton@ligo.org> Date: Thu, 4 May 2017 21:20:56 +0200 Subject: [PATCH] Rough workaround to fix CI error CI was failing when calling the new injection_helper_functions module as anaconda attempted to update numpy (unknown reason) --- pyfstat/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyfstat/__init__.py b/pyfstat/__init__.py index d54f078..06b11f7 100644 --- a/pyfstat/__init__.py +++ b/pyfstat/__init__.py @@ -3,5 +3,3 @@ from __future__ import division as _division from .core import BaseSearchClass, ComputeFstat, Writer, SemiCoherentSearch, SemiCoherentGlitchSearch from .mcmc_based_searches import MCMCSearch, MCMCGlitchSearch, MCMCSemiCoherentSearch, MCMCFollowUpSearch, MCMCTransientSearch from .grid_based_searches import GridSearch, GridUniformPriorSearch, GridGlitchSearch, FrequencySlidingWindow -from .injection_helper_functions import get_frequency_range_of_signal - -- GitLab