Skip to content
Snippets Groups Projects
Commit 56f01764 authored by Gregory Ashton's avatar Gregory Ashton
Browse files

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)
parent adfec1d1
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment