-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
When trying to modify only the 'market-bid-cost' of a large set of thermal clusters via editCluster method and the pwalk method from the purrr package, modified clusters are renamed 1, 2, 3... n.
Looking more into details, it appears that it is only the name of the cluster within the brackets that is modified.
Example (before):
[AT_CCGT present 2]
name = AT_CCGT present 2
group = gas
unitcount = 5
Example (after):
[1]
name = AT_CCGT present 2
group = gas
unitcount = 5
Note :
a test with a smaller set (4) worked
using a "for" loop instead of pwatch works also
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels