openworm / behavioral_syntax

behavioral syntax analysis based on the paper of Andre Brown
Other
5 stars 1 forks source link

Where is simple_compression? #12

Closed MichaelCurrie closed 8 years ago

MichaelCurrie commented 8 years ago

When I try to run demos/posture_sequence.py, there is a line:

from simple_compression import simple_compression

But simple_compression is not found in this module. What should I do? Thanks!

ghost commented 8 years ago

I should have fixed this a while back. The newest version of posture_sequence is discrete_models/discretization/posture_sequence.py

simple_compression is actually the function defined in discrete_models/nlp_methods/compression/time_warp.py