Skip to content

Commit

Permalink
added state attribute to ResultSpheroid and Result2D
Browse files Browse the repository at this point in the history
  • Loading branch information
rgerum committed Jan 18, 2024
1 parent d0cafd0 commit 8e2b68d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions saenopy/gui/spheroid/modules/result.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class ResultSpheroid(Saveable):
template: str = None
images: list = None
output: str = None
state: False

pixel_size: float = None
time_delta: float = None
Expand Down
1 change: 1 addition & 0 deletions saenopy/gui/tfm2d/modules/result.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class Result2D(Saveable):
input: str = None
reference_stack: str = None
output: str = None
state: False
pixel_size: float = None

u: np.ndarray = None
Expand Down

0 comments on commit 8e2b68d

Please sign in to comment.