Skip to content

Commit

Permalink
Merge pull request #1172 from NREL-Sienna/jd/fix_service_meta
Browse files Browse the repository at this point in the history
use service name in meta
  • Loading branch information
rodrigomha authored Nov 8, 2024
2 parents 01a1bc6 + 75d6017 commit 22254f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices_models/devices/common/add_to_expression.jl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function add_expressions!(
D,
PSY.get_name.(devices),
time_steps;
meta = PSY.get_name(first(devices)),
meta = get_service_name(model),
)
return
end
Expand Down

0 comments on commit 22254f0

Please sign in to comment.