-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
I tried to run my model with "match" as the production dispatch method but I got the following error message:
IndexError: dimension coordinate 'region' conflicts between indexed and indexing objects:
<xarray.DataArray 'region' (region: 1)>
array(['R1'], dtype=object)
Coordinates:
- region (region) object 'R1'
vs.
<xarray.Variable ()>
array('R1', dtype='<U2')
To Reproduce
To start, I used the demonstration-1 case study here
In the ".TOML" file, I only changed the production dispatch method from "share" to "match". (Note that when I use other dispatch methods such as coted, and maximum, the model runs successfully)
Screenshots
Context
- Operating system: Windows 10
- MUSE version: v1.1.0
- Installation method: pip (with Anaconda)
- Python version: 3.9.19
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
✅ Done
