Skip to content

Commit

Permalink
Use correct data name for export: sole_mem_use
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaanDesai committed Dec 19, 2024
1 parent 2972906 commit b8dfc46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micro_manager/micro_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ def _solve_micro_simulations(self, micro_sims_input: list, dt: float) -> tuple:
)

if self._is_micro_solve_mem_use_required:
micro_sims_output[count]["memory_use"] = post_peak - pre_peak
micro_sims_output[count]["solve_mem_use"] = post_peak - pre_peak

# If simulation crashes, log the error and keep the output constant at the previous iteration's output
except Exception as error_message:
Expand Down

0 comments on commit b8dfc46

Please sign in to comment.