FHof / torchquad

Multidimensional numerical integration on the GPU using PyTorch
https://www.esa.int/gsp/ACT/open_source/torchquad/
GNU General Public License v3.0
0 stars 0 forks source link

Use the TORCHQUAD_LOG_LEVEL environment variable for the default log level if it exists #11

Closed FHof closed 2 years ago

FHof commented 2 years ago

A small one-line change so that the default log level can be changed with an environment variable

FHof commented 2 years ago

tutorial.rst and README.md now mention TORCHQUAD_LOG_LEVEL. I also added it to the set_log_level documentation.