Apply resolve paths to path values in config (#3400)

This commit is contained in:
Patrick Shriwise 2025-05-07 18:51:40 -06:00 committed by GitHub
parent f9dca9a458
commit c1c5c0b93e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 2 deletions

View file

@ -30,7 +30,8 @@ responsible for specifying one or more of the following:
Each of the above files can specified in several ways. In the Python API, a
:ref:`runtime configuration variable <usersguide_data_runtime>`
:data:`openmc.config` can be used to specify any of the above and is initialized
using a set of environment variables.
using a set of environment variables. Data configuration paths set in
:data:`openmc.config` will be expanded to absolute paths.
.. _usersguide_data_runtime: