Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add travis-ci, update setup.py, fix calling djs as python -m djs #36

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

aaraney
Copy link
Owner

@aaraney aaraney commented Apr 23, 2020

  • Add travis-ci to test builds. Currently it is setup to run the test case. Part of Some suggestions #29
  • Remove pandas and require numpy>1.15.4 in setup.py. Pandas was not used in the project and numpy<=1.15.4 causes this issue Numpy '__reduce_cython__' issue in python 3.7 #34
  • Add support for calling djs using python -m djs previously this caused an error. Can also run using python djs now.

@aaraney aaraney added bug Something isn't working enhancement New feature or request labels Apr 23, 2020
@aaraney aaraney self-assigned this Apr 23, 2020
@aaraney aaraney force-pushed the add-travis branch 5 times, most recently from f11aec9 to 4c240b0 Compare April 23, 2020 19:54
@aaraney
Copy link
Owner Author

aaraney commented Apr 23, 2020

Travis builds are failing with application called MPI_Abort(comm=0x84000000, 1) - process 0 from inside container. My best guess is this is a chip architecture problem with MPI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant