-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Currently, we seem to be multiplying utilisation factor by minimum service factor, which is not the correct calculation. (I guess this means that the minimum is treated as being a proportion of utilisation factor?)
See:
MUSE_OS/src/muse/constraints.py
Line 533 in a2a1b4f
| techs.fixed_outputs * techs.utilization_factor * techs.minimum_service_factor, |
@dalonsoa I may have misremembered, but did you say that there were other places in the code where we're using this value incorrectly?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
✅ Done