usnistgov / tb3py

TB3Py: Two- and three-body tight-binding calculations for materials
https://doi.org/10.1103/PhysRevMaterials.7.044603
Other
16 stars 3 forks source link

Pytest not running due to missing julia #1

Closed knc6 closed 2 years ago

knc6 commented 3 years ago
python tb3py/tests/test_ptop.py 

works but

pyest tb3py/tests/test_ptop.py  

fails!

knc6 commented 2 years ago

Fixed using conda install -c conda-forge julia and removing PyCall from tests.