Skip to content

Commit

Permalink
Remove singleStepEvent references.
Browse files Browse the repository at this point in the history
  • Loading branch information
abalijepalli committed Jul 19, 2016
1 parent c423333 commit 654b0a8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions mosaic/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,6 @@ def getSettings(self, section):
"parallelProc" : "0",
"reserveNCPU" : "2"
},
"singleStepEvent" : {
"binSize" : "1.0",
"histPad" : "10",
"maxFitIters" : "5000",
"a12Ratio" : "1.e4",
"minEvntTime" : "10.e-6",
"minDataPad" : "75"
},
"adept2State" : {
"FitTol" : "1.e-7",
"FitIters" : "50000",
Expand Down
1 change: 0 additions & 1 deletion mosaic/tests/import_Tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def test_moduleImport(self):
'mosaic.trajio.abfTrajIO',
'mosaic.trajio.binTrajIO',
'mosaic.process.metaEventProcessor',
'mosaic.process.singleStepEvent',
'mosaic.process.cusumPlus',
'mosaic.process.adept',
'mosaic.process.adept2State',
Expand Down

0 comments on commit 654b0a8

Please sign in to comment.