You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation around the use of the Python language wrapper with a Conda environment is incorrect. The documentation guides users to create an environment.yaml file as seen here. However, the Python wrapper explicitly checks for an environment.yml file in the source code here.
Either the code should be updated to check for both environment.yaml and environment.yml files, or the documentation updated to refer to only the (currently) accepted environment.yml file.
The text was updated successfully, but these errors were encountered:
Describe the bug
The documentation around the use of the Python language wrapper with a Conda environment is incorrect. The documentation guides users to create an
environment.yaml
file as seen here. However, the Python wrapper explicitly checks for anenvironment.yml
file in the source code here.Either the code should be updated to check for both
environment.yaml
andenvironment.yml
files, or the documentation updated to refer to only the (currently) acceptedenvironment.yml
file.The text was updated successfully, but these errors were encountered: