Skip to content

Commit

Permalink
fix activation conf test
Browse files Browse the repository at this point in the history
  • Loading branch information
rabitt committed Jan 16, 2017
1 parent 45c7e35 commit 0efdb08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/annotate/test_activation_conf.py
Expand Up @@ -53,11 +53,11 @@ def test_pos(self):
class TestWriteActivationsToCsv(unittest.TestCase):

def test_default(self):
activations = np.array(
activations = np.array([
[0.0, 1.0, 1.0, 0.4],
[0.5, 0.9, 0.9, 0.7],
[1.0, 0.8, 0.8, 0.8]
)
])
mtrack = MultiTrack('Phoenix_ScotchMorris')
stem_idx_list = [1, 2, 3]
A.write_activations_to_csv(mtrack, activations, stem_idx_list)
Expand Down

0 comments on commit 0efdb08

Please sign in to comment.