pkmcfarland / TSTools

Python tools for GPS position time series.
3 stars 1 forks source link

Fix tests #14

Closed jaredonline closed 4 years ago

jaredonline commented 4 years ago

Changed a bunch of pathing, moved the lib directory into the tstools.util namespace and fixed tests.

@twistmcflip looks like the TimeSeries.covar attribute doesn't exist anymore. Was it replaced by something?

Fixes #8

pkmcfarland commented 4 years ago

Changed a bunch of pathing, moved the lib directory into the tstools.util namespace and fixed tests.

@twistmcflip looks like the TimeSeries.covar attribute doesn't exist anymore. Was it replaced by something?

I'm pretty sure it was replaced with TimeSeries.corr but I have to double check. I think I initially called it covar because I thought it was storing covariances but I realized it was the correlations so I changed the attribute name.

jaredonline commented 4 years ago

Timeseries.corr passed the test [=

pkmcfarland commented 4 years ago

This looks great Jared. Great work!