Skip to content

Commit 1d99b6a

Browse files
committed
Finish sentence
1 parent 8f2cf88 commit 1d99b6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/calliope/schemas/config_schema.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ class SolveSpores(CalliopeBaseModel):
149149
"""A factor to apply to flow capacities above which they will increment the SPORES score.
150150
E.g., if the previous iteration flow capacity was `100` then, with a threshold value of 0.1,
151151
only capacities above `10` in the current iteration will cause the SPORES score to increase for that technology at that node.
152-
If, say, the current iteration's capacity is `8` then the SPORES score will not change for that technology (as if it had no )
152+
If, say, the current iteration's capacity is `8` then the SPORES score will not change for that technology so it will not be further penalised on the next iteration.
153153
"""
154154

155155

0 commit comments

Comments
 (0)