We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b93f6f commit ff55228Copy full SHA for ff55228
1 file changed
docs/describing_models.rst
@@ -287,7 +287,7 @@ like this:
287
288
imports:
289
- from utils.uq import implementation uq_driver
290
- - from models.macro_micro implementation macro_micro
+ - from models.macro_micro import implementation macro_micro
291
292
The first import statement would look for a file named ``uq.ymmsl`` in the ``utils/``
293
directory, and load a model program named ``uq_driver`` from it. The second one would
0 commit comments