Skip to content

Commit bd2787c

Browse files
committed
Fixed capitalization in assets/tables schema definition
1 parent b06f295 commit bd2787c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/tables/citylearn_schema_definition.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Key,Definition
3939
:code:`buildings:<building_name>:<device>:attributes:<attribute>`,"Value to set named :code:`<attribute>` of :code:`<device>` class specified in :code:`buildings:<building_name>:<device>:type`."
4040
:code:`buildings:<building_name>:dynamics`,"Used to define building temperature dynamics LSTM models."
4141
:code:`buildings:<building_name>:dynamics:<mode>`,"Used to define building temperature dynamics LSTM model for specific HVAC mode where :code:`<mode>` may be :code:`cooling` or :code:`heating`."
42-
:code:`buildings:<building_name>:dynamics:<mode>:type`,"temperature dynamics class in :py:mod:`citylearn.dynamics` or user-defined dynamics class path."
42+
:code:`buildings:<building_name>:dynamics:<mode>:type`,"Temperature dynamics class in :py:mod:`citylearn.dynamics` or user-defined dynamics class path."
4343
:code:`buildings:<building_name>:dynamics:<mode>:attributes`,"Used to define attributes that are used to construct :code:`buildings:<building_name>:dynamics:<mode>:type`."
4444
:code:`buildings:<building_name>:power_outage`,"Used to define power outage preferences and stochastic model."
4545
:code:`buildings:<building_name>:power_outage:simulate_power_outage`,"Whether to allow time steps when the grid is unavailable and loads must be met using only the building's flexible resources."

0 commit comments

Comments
 (0)