Skip to content

Commit

Permalink
change name for test to remove duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
jokedurnez committed May 19, 2016
1 parent 4cdbf19 commit 4235bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neuropower/tests/test_bum.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def test_fbumnLL(self):
x = BUM.fbumnLL([0.5,0.5],testpeaks)
self.assertEqual(np.around(x,decimals=2)[0],-4.42)

def test_fbumnLL(self):
def test_bumOptim(self):
np.random.seed(seed=100)
testpeaks = np.vstack((np.random.uniform(0,1,10),np.random.uniform(0,0.2,10))).flatten()
x = BUM.bumOptim(testpeaks,starts=1,seed=100)
Expand Down

0 comments on commit 4235bbe

Please sign in to comment.