Skip to content

Commit

Permalink
Remove last traces of tracemalloc
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaanDesai committed Dec 23, 2024
1 parent f898d43 commit 1e58e6c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions micro_manager/micro_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

import numpy as np
import time
import tracemalloc

import precice

Expand Down Expand Up @@ -743,8 +742,6 @@ def _solve_micro_simulations_with_adaptivity(

micro_sims_output = [None] * self._local_number_of_sims

tracemalloc.reset_peak()

# Solve all active micro simulations
for active_id in active_sim_ids:
# If micro simulation has not crashed in a previous iteration, attempt to solve it
Expand Down

0 comments on commit 1e58e6c

Please sign in to comment.