open-atmos / PyPartMC

Python (and C++) interface to PartMC with Jupyter/Python, Julia and Matlab examples
https://open-atmos.github.io/PyPartMC/
GNU General Public License v3.0
22 stars 9 forks source link

warn user if any of the submodules is not initialised #297

Closed slayoo closed 1 year ago

slayoo commented 1 year ago

(previously only pybind11 was checked assuming that we are operating on a fresh clone, the new logic ensures that if a module is added later on, and a local clone is updated, the warning would still inform the user of the need to update submodules)