Skip to content

Commit

Permalink
To test the push action
Browse files Browse the repository at this point in the history
  • Loading branch information
Jun Chen committed Oct 11, 2023
1 parent 3a2c64b commit e17a662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micro_manager/adaptivity/adaptivity.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def _update_active_sims(
_is_sim_active : numpy array
Updated 1D array having state (active or inactive) of each micro simulation
"""
self._coarse_tol = self._coarse_const * self._refine_const * np.amax(similarity_dists)
self._coarse_tol = self._coarse_const * self._refine_const * np.amax(similarity_dists)# adapt the constant factor here

_is_sim_active = np.copy(is_sim_active) # Input is_sim_active is not longer used after this point

Expand Down

0 comments on commit e17a662

Please sign in to comment.