Closed paulromano closed 4 months ago
@connoramoreno Could you trigger the CI again? Curious to see if this passes in light of the CI for #125 also failing
Sorry @connoramoreno, can you trigger one more time? :crossed_fingers:
This will also likely need to be PR'd from the upstream repo
Right now, imports to pystell are of the form
import src.pystell
. This appears to be the case because pystell uses asrc
directory as the root for its Python package. So, if you add the root directory of the pystell git repository to yourPYTHONPATH
, the imports work correctly. However, pystell has a pyproject.toml file that should be used rather than manipulating thePYTHONPATH
environment variable. Specifically, pystell can be installed by simply runningpip install git+https://github.com/aaroncbader/pystell_uw.git
.