We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
..%
(crop) ➜ ml_drought git:(exporters/seas5) pytest ================================================================ test session starts ================================================================= platform darwin -- Python 3.7.0, pytest-4.5.0, py-1.8.0, pluggy-0.11.0 rootdir: /Users/tommylees/github/ml_drought, inifile: pytest.ini plugins: flake8-1.0.4 collected 83 items run.py s [ 1%] src/__init__.py s [ 2%] src/run.py s [ 3%] src/utils.py . [ 4%] src/exporters/__init__.py . [ 6%] src/exporters/all_valid_s5.py . [ 7%] src/exporters/base.py . [ 8%] src/exporters/cds.py . [ 9%] src/exporters/chirps.py s [ 10%] src/exporters/planetOS.py s [ 12%] src/exporters/s5.py . [ 13%] src/exporters/vhi.py s [ 14%] src/preprocess/__init__.py s [ 15%] src/preprocess/base.py s [ 16%] src/preprocess/chirps.py . [ 18%] src/preprocess/utils.py s [ 19%] src/preprocess/vhi.py s [ 20%] tests/__init__.py s [ 21%] tests/test_run.py s.... [ 27%] tests/exporters/__init__.py s [ 28%] tests/exporters/test_base.py s. [ 31%] tests/exporters/test_cds.py ......... [ 42%] tests/exporters/test_chirps.py s.... [ 48%] tests/exporters/test_planetOS.py s... [ 53%] tests/exporters/test_s5.py ...FFFFFFFFF [ 67%] tests/exporters/test_vhi.py s..... [ 74%] tests/preprocess/__init__.py s [ 75%] tests/preprocess/test_base.py ..% (crop) ➜ ml_drought git:(exporters/seas5)
But it works on other instances (gcloud) ? huh?!
gcloud
The text was updated successfully, but these errors were encountered:
https://stackoverflow.com/questions/34835462/py-test-terminates-without-completing-with-a-terminal
Sorry, something went wrong.
The error has to do with MPI (called in XEMSF)
XEMSF
Fatal error in MPI_Init_thread: Other MPI error, error stack: MPIR_Init_thread(474)..............: MPID_Init(190).....................: channel initialization failed MPIDI_CH3_Init(89).................: MPID_nem_init(320).................: MPID_nem_tcp_init(173).............: MPID_nem_tcp_get_business_card(420): MPID_nem_tcp_init(379).............: gethostbyname failed, Tommys-MacBook-Air.local (errno 1) [unset]: write_line error; fd=-1 buf=:cmd=abort exitcode=3191311 : system msg for write_line failure : Bad file descriptor
conda-forge/fenics-feedstock#44 conda-forge/fenics-feedstock#44 (comment) https://stackoverflow.com/questions/23112515/mpich2-gethostbyname-failed
No branches or pull requests
But it works on other instances (
gcloud
) ? huh?!The text was updated successfully, but these errors were encountered: