MCPcopy Create free account
hub / github.com/ahalev/python-microgrid / final_step

Method final_step

src/pymgrid/microgrid/microgrid.py:700–709  ·  view source on GitHub ↗

Final step of underlying timeseries data. Returns ------- final_step : int Final step.

(self)

Source from the content-addressed store, hash-verified

698
699 @property
700 def final_step(self):
701 """
702 Final step of underlying timeseries data.
703
704 Returns
705 -------
706 final_step : int
707 Final step.
708 """
709 return self._final_step
710
711 def _get_module_final_step(self):
712 try:

Callers

nothing calls this directly

Calls 1

_set_final_stepMethod · 0.95

Tested by

no test coverage detected