Skip to content

Commit

Permalink
Add parentheses for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyanndavis committed Feb 12, 2025
1 parent 76494c6 commit 5287398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/natcap/invest/crop_production_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
"about": f"{x} {name} production from the crop",
"type": "number",
"units": units
} for nutrient, name, units in NUTRIENTS
} for (nutrient, name, units) in NUTRIENTS
for x in ["modeled", "observed"]
}
}
Expand Down

0 comments on commit 5287398

Please sign in to comment.