Skip to content

Commit f01ab44

Browse files
Adjust priorities
1 parent 0101c38 commit f01ab44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

notebooks/model_example/hwcomponents_example/ternary_mac.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class TernaryMAC(EnergyAreaModel):
2727
component_name: str | list[str] = 'TernaryMAC'
2828
""" Name of the component. Must be a string or list/tuple of strings. """
2929

30-
priority = 0.8
30+
priority = 0.3
3131
"""
3232
Priority determines which model is used when multiple models are available for a
3333
given component. Higher priority models are used first. Must be a number between 0

0 commit comments

Comments
 (0)