Skip to content

Commit

Permalink
connection to r_smlm_simulation()
Browse files Browse the repository at this point in the history
  • Loading branch information
SasLeo committed May 6, 2021
1 parent 9509ab1 commit c5377a8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions sim/model_simulation_module_smlm.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ def print_income(self):
except Exception as e:
error = f'Cannot store parameters: {e}'

# try:
# simulation = PythonToR()
# simulation.r_simulation(self.inputs)
#
# except Exception as e:
# error = f'Cannot do the simulations: {e}'
try:
simulation = PythonToR()
simulation.r_smlm_simulation()

except Exception as e:
error = f'Cannot do the simulations: {e}'

self.finished.emit()

Expand Down

0 comments on commit c5377a8

Please sign in to comment.