Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ebtelplusplus/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ class HeatingEvent:
Total duration of the heating event
duration_rise: `~astropy.units.Quantity`
Duration of the linear rise phase of the event
decay_end: `~astropy.units.Quantity`
duration_decay: `~astropy.units.Quantity`
Duration of the linear decay phase of the event
rate: `~astropy.units.Quantity`
The maximum heating rate of the event
Expand Down
Loading