aewallin / allantools

Allan deviation and related time & frequency statistics library in Python
GNU Lesser General Public License v3.0
226 stars 77 forks source link

three-cornered-hat-demo.py: ValueError: too many values to unpack #66

Closed garyemiller closed 6 years ago

garyemiller commented 6 years ago
# python three-cornered-hat-demo.py
allatools three-cornered-hat demo
Traceback (most recent call last):
  File "three-cornered-hat-demo.py", line 62, in <module>
    (taus,devA) = allantools.three_cornered_hat_phase(phaseAB,phaseBC,phaseCA,rate,t, allantools.mdev)
ValueError: too many values to unpack

This is on current git head.

aewallin commented 6 years ago

seems fixed. closing.