We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7849353 commit 2322bb6Copy full SHA for 2322bb6
src/otoole/input.py
@@ -273,7 +273,7 @@ def write(
273
if entity_type != "set":
274
default_value = default_values[name]
275
# This should be moved inside the loop and performed once for each parameter
276
- if self.write_defaults:
+ if self.write_defaults and "Annual" in name:
277
try:
278
logger.info(f"Expanding {name} with default values")
279
df_expand = self._expand_dataframe(
0 commit comments