Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pb using editCluster with purrr #64

Open
nicolaslhuillier opened this issue Dec 2, 2022 · 0 comments
Open

Pb using editCluster with purrr #64

nicolaslhuillier opened this issue Dec 2, 2022 · 0 comments

Comments

@nicolaslhuillier
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant