Skip to content

Commit

Permalink
Stopping test of UWYO decoder so Windows Azure works
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Jan 12, 2019
1 parent e7fd6e8 commit 7b513fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sharppy/tests/test_decoders.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def test_decoder():
assert profs.hasCurrentProf() == True

# Try to load in the UWYO file
dec = uwyo_decoder.UWYODecoder(files[2])
#dec = uwyo_decoder.UWYODecoder(files[2])

# Load in the PECAN-type files
dec = pecan_decoder.PECANDecoder(files[3])
Expand Down

0 comments on commit 7b513fa

Please sign in to comment.