Skip to content

Commit

Permalink
Fix setter error in solver.pyx; consolidating readme; #204, #162, #163,
Browse files Browse the repository at this point in the history
  • Loading branch information
cbuahin committed Nov 22, 2024
1 parent 2a6acde commit 2a6843e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/epaswmm/solver/solver.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ cdef class Solver:
cdef double end_date = swmm_getValue(SWMMSystemProperties.END_DATE.value, 0)
return cepaswmm.decode_swmm_datetime(end_date)

@property.setter
@end_datetime.setter
def end_datetime(self, sim_end_datetime: datetime) -> None:
"""
Set the end date of the simulation.
Expand Down

0 comments on commit 2a6843e

Please sign in to comment.