nansencenter / openwind

A python package for estimating high resolution wind from SAR images
41 stars 25 forks source link

Plotting tests in test_sarwind may not work #14

Closed mortenwh closed 8 years ago

mortenwh commented 9 years ago

These functions compare the final png's with pre-made reference files. It has worked locally for me, but there may be issues related to file creation in different environments than the one the reference files were prepared in. The results can anyway be compared by inserting a pdb break in the test code, and if the images look similar it is probably ok.

So - if the test_plot-functions don't work, it is not a big problem but we should probably find a better way of testing the wind retrieval algorithm.

mortenwh commented 8 years ago

We need to rethink and improve all the tests, so I've marked this as invalid and closed it...