Skip to content

Commit 377af49

Browse files
committed
changing defaults
1 parent 4436c87 commit 377af49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py4DSTEM/tomography/tomography.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ def reconstruct(
380380
num_iter: int = 1,
381381
store_iterations: bool = False,
382382
store_initial_object: bool = True,
383-
store_error_per_step: bool = False,
383+
store_error_per_step: bool = True,
384384
reset: bool = True,
385385
step_size: float = 0.5,
386386
zero_edges_real: bool = True,

0 commit comments

Comments
 (0)