traja-team / traja

Python tools for spatial trajectory and time-series data analysis
https://traja.readthedocs.io
MIT License
98 stars 25 forks source link

Build is failing #69

Closed JustinShenk closed 3 years ago

JustinShenk commented 3 years ago

Travis fails with

  File "/home/travis/build/traja-team/traja/traja/models/__init__.py", line 4, in <module>
    from traja.models.predictive_models.irl import MultiModelIRL
ModuleNotFoundError: No module named 'traja.models.predictive_models.irl'

on latest master commit https://github.com/traja-team/traja/commit/d6a8f8c017bb7f1c1196a22746865ec91ae49c72.

Please be sure to run py.test locally before pushing. By doing a PR, we can catch these build errors, indicated by the adjacent color light, before merging to master.