Skip to content

Commit

Permalink
Removed print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodot- committed Feb 22, 2022
1 parent a956fed commit 3e38d38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tardis/montecarlo/montecarlo_numba/tests/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def test_montecarlo_main_loop(
config_montecarlo_1e5_verysimple.plasma.line_interaction_type = 'macroatom'
del config_montecarlo_1e5_verysimple["config_dirname"]

print(config_montecarlo_1e5_verysimple)
sim = Simulation.from_config(config_montecarlo_1e5_verysimple, atom_data=atomic_data)
sim.run()

Expand Down

0 comments on commit 3e38d38

Please sign in to comment.