Closed nichollsh closed 2 months ago
Some weird behaviours with the GitHub actions not finding the calliope package. Will investigate, but removed review requests for now
Hi @nichollsh, there is at list one mistake in the pyproject.toml file of Caliope that can explain not finding the paths:
Replacepackage-dir = {"proteus" = "src/calliope" }
By package-dir = {"calliope" = "src/calliope" }
Thanks for the suggestion, @lsoucasse. This has worked, and the PR is now ready for review.
Thanks!
surface_gases.py
. Closes #174tools/PostprocHighres.jl
) for post-processing completed simulations with a high resolution spectral file using more complete opacities. Closes #175