We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2370d59 commit d532950Copy full SHA for d532950
1 file changed
modflow_devtools/models.py
@@ -92,7 +92,7 @@ class LocalRegistry(ModelRegistry):
92
93
*Not* persistent — lives only in memory, unlike `PoochRegistry`.
94
95
- The registry is loaded lazily upon first access by recursively scanning
+ The registry is loaded eagerly on initialization by recursively scanning
96
the given directory for models (located by the presence of a namefile)
97
and corresponding input files.
98
0 commit comments