PSLmodels / Tax-Brain

Tax-Brain is an integrator model for PSL tax models
http://taxbrain.pslmodels.org/
MIT License
9 stars 14 forks source link

Add travis scripts #22

Closed andersonfrailey closed 3 years ago

andersonfrailey commented 5 years ago

Add yml file to run travis.

hdoupe commented 5 years ago

@andersonfrailey this seems like a memory error (https://github.com/travis-ci/travis-ci/issues/4192). Are the tests running code that uses multiple processes? Tax-Brain uses a bunch of memory since it has one or more Tax-Calculator Calculator objects in each process. That could be the issue.

andersonfrailey commented 5 years ago

@hdoupe ah that would make sense. I might be able to configure which tests run and make it work. Thanks for helping with this.

hdoupe commented 5 years ago

No problem, you may be able to limit dask to only 1 worker, too.

andersonfrailey commented 3 years ago

Closing since this PR is outdated and automated testing will be added in PR #160