Skip to content

Pb using editCluster with purrr #64

@nicolaslhuillier

Description

@nicolaslhuillier

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions