Skip to content

Commit

Permalink
Tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardxtg committed Aug 7, 2024
1 parent 5d0befb commit d68ad21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tz/osemosys/schemas/compat/technology.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,9 +365,9 @@ def from_otoole_csv(cls, root_dir) -> List["Technology"]:
OSeMOSYSData.RY.Bool(data=data_json_format["RETagTechnology"])
if data_json_format["RETagTechnology"] is not None
else None
),
)
)
)
return technology_instances

@classmethod
Expand Down
4 changes: 2 additions & 2 deletions tz/osemosys/schemas/technology.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ class Technology(OSeMOSYSBase, OtooleTechnology):
`include_in_joint_reserve_margin` `({region:{year:bool}})` - OSeMOSYS
ReserveMarginTagTechnology. Boolean tagging the technologies that can contribute to reaching the
indicated reserve margin. It has value True for the technologies contributing, False otherwise.
Optional, defaults to `None`.
Optional, defaults to `None`.
`capacity_gross_max` `({region:{year:float}})` - OSeMOSYS TotalAnnualMaxCapacity.
Total maximum existing (residual plus cumulatively installed) capacity allowed for a technology
in a specified year. Optional, defaults to `None`.
Expand Down

0 comments on commit d68ad21

Please sign in to comment.