Skip to content
Snippets Groups Projects
Commit 9cdbd15a authored by David Keitel's avatar David Keitel
Browse files

set self.cudaDeviceName=None in additional search classes to fix tests

 -not sure why this is not inherited from the base ComputeFstat class
parent 3ac12eb2
No related branches found
No related tags found
No related merge requests found
...@@ -981,6 +981,7 @@ class SemiCoherentSearch(ComputeFstat): ...@@ -981,6 +981,7 @@ class SemiCoherentSearch(ComputeFstat):
self.t0Band = None self.t0Band = None
self.tauBand = None self.tauBand = None
self.tCWFstatMapVersion = 'lal' self.tCWFstatMapVersion = 'lal'
self.cudaDeviceName = None
self.init_computefstatistic_single_point() self.init_computefstatistic_single_point()
self.init_semicoherent_parameters() self.init_semicoherent_parameters()
...@@ -1121,6 +1122,7 @@ class SemiCoherentGlitchSearch(ComputeFstat): ...@@ -1121,6 +1122,7 @@ class SemiCoherentGlitchSearch(ComputeFstat):
self.t0Band = None self.t0Band = None
self.tauBand = None self.tauBand = None
self.tCWFstatMapVersion = 'lal' self.tCWFstatMapVersion = 'lal'
self.cudaDeviceName = None
self.binary = False self.binary = False
self.init_computefstatistic_single_point() self.init_computefstatistic_single_point()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment