Skip to content

Latest commit

 

History

History
 
 

outputs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

outputs folder overview

All outputs from the project should be stored here. This folder path for these directories is loaded as an environment variable by the .envrc file; to load them in Python, use the following code:

import os

# Load environment variables for the `outputs` folder
DIR_OUTPUTS = os.getenv("DIR_OUTPUTS")