Skip to content
Snippets Groups Projects

process.py: add ABC MemoryProcess with support for spliting based on read times

Merged Mikael Henriksson requested to merge memory-process into master
9 files
+ 102
93
Compare changes
  • Side-by-side
  • Inline
Files
9
+ 3
0
@@ -1012,6 +1012,9 @@ class ProcessCollection:
fig.savefig(f, format="svg") # type: ignore
return f.getvalue()
# SVG is valid HTML. This is useful for e.g. sphinx-gallery
_repr_html_ = _repr_svg_
def __repr__(self):
return (
f"ProcessCollection({self._collection}, {self._schedule_time},"
Loading