Skip to content

Commit fe2ad7d

Browse files
committed
Add doctest to broadcast_techs, make more generic
1 parent 28ff382 commit fe2ad7d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/muse/utilities.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ def broadcast_over_assets(
201201
example, it could also be used on a dataset of commodity prices to select prices
202202
relevant to each asset (e.g. if assets exist in multiple regions).
203203
204-
This function does not support technologies with a 'year' dimension. Please select
205-
technology data for a specific year before calling this function.
204+
This function does not support arrays with a 'year' dimension. Please select
205+
data for a specific year before calling this function.
206206
207207
Arguments:
208208
data: The dataset/data-array to broadcast

0 commit comments

Comments
 (0)