File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -379,11 +379,10 @@ where
379379/// existing assets
380380/// * `activity_keys_for_candidates` - Iterator over activity keys from optimisation solution for
381381/// candidate assets
382- /// * `annual_activities` - Map of annual activities for each asset computed by
383382/// `calculate_annual_activities`. This only needs to include existing assets.
384383/// * `upstream_prices` - Prices for commodities upstream of the ones we are calculating prices for
385384/// * `year` - The year for which prices are being calculated
386- /// * `markets_to_price` - Set of markets to calculate full cost prices for
385+ /// * `markets_to_price` - Set of markets to calculate marginal prices for
387386///
388387/// # Returns
389388///
@@ -462,7 +461,7 @@ where
462461 prices
463462}
464463
465- /// Calculated annual activities for each asset by summing across all time slices
464+ /// Calculate annual activities for each asset by summing across all time slices
466465fn calculate_annual_activities < ' a , I > ( activities : I ) -> HashMap < AssetRef , Activity >
467466where
468467 I : IntoIterator < Item = ( & ' a AssetRef , & ' a TimeSliceID , Activity ) > ,
You can’t perform that action at this time.
0 commit comments