Skip to content

Commit

Permalink
Remove writing test code (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaramallion authored Feb 10, 2024
1 parent b778ec1 commit fcd6807
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions jpeg_ls/tests/test_encode.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,25 +85,6 @@ def TEST16():
return arr.reshape((256, 256)).astype("<u2")


def test_encode(TEST8):
jlswrite(
TEST8,
"ilv1.jls",
interleave_mode=1,
)
jlswrite(
TEST8,
"ilv2.jls",
interleave_mode=2,
)
arr = TEST8.transpose(2, 0, 1)
jlswrite(
arr,
"ilv0.jls",
interleave_mode=0,
)


class TestEncodeArray:
"""Tests for encode_array()"""

Expand Down

0 comments on commit fcd6807

Please sign in to comment.