Skip to content

Commit

Permalink
importing sys in rdc_TRES.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvia Toonen committed Jul 31, 2023
1 parent 7279f5a commit 38b39e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rdc_TRES.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
from amuse.io import read_set_from_file
from amuse.support.console import set_printing_strategy
import numpy as np
import io
import io
import sys

minimum_time_step = 1.e-9 |units.Myr

Expand Down

0 comments on commit 38b39e5

Please sign in to comment.