Skip to content

Commit

Permalink
Fixed interleave typo in unit test (related to Issue #20).
Browse files Browse the repository at this point in the history
  • Loading branch information
tboggs committed Jan 23, 2015
1 parent 583a2b5 commit 9e5b10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spectral/tests/envi.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def test_create_image_metadata(self):
md = {'lines': R,
'samples': B,
'bands': C,
'interleav': 'bsq',
'interleave': 'bsq',
'header offset': offset,
'data type': 12}
fname = os.path.join(testdir, 'test_create_image_metadata.hdr')
Expand Down

1 comment on commit 9e5b10a

@tboggs
Copy link
Member Author

@tboggs tboggs commented on 9e5b10a Jan 23, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bad commit message. This is actually related to Issue #19.

Please sign in to comment.