sam-cox / pytides

Tide prediction and analysis in python.
MIT License
158 stars 71 forks source link

Add regression test for example tide prediction #9

Open fawkesley opened 10 years ago

fawkesley commented 10 years ago

This is a regression test to pin the behaviour of pytides doing a full analysis for example_observations_2.csv

I have run this test based directly off sam-cox/pytides and off my whitespace changes and they pass on both.

Note that it depends on the new CsvObservations class and should be merged after https://github.com/sam-cox/pytides/pull/8

fawkesley commented 10 years ago

Note that I've now rebased this off the new example_observations_2.csv introduced over in https://github.com/sam-cox/pytides/pull/8