You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: