edmundsj / rcwa

Rigorous Coupled Wave Analysis for the calculation of Photonic Crystal R/T spectra
MIT License
97 stars 30 forks source link

Build pipeline installing RCWA with wrong version of python #26

Open edmundsj opened 2 years ago

edmundsj commented 2 years ago

See Build #138 for details of the error.

It appears rcwa is being installed on the build server under python 3.9, despite previously installing python 3.8. There must be a link to python3.9 in the anaconda-client-env, and so we are not properly installing and isolating our python environment on the build server. This needs to be fixed. For now, I will switch to using python 3.9.