1
0
Fork 0
mirror of https://github.com/Findus23/rebound-collisions.git synced 2024-09-18 14:43:49 +02:00

fix import

This commit is contained in:
Lukas Winkler 2021-05-03 16:42:34 +02:00
parent b50e894280
commit 909578b092
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -2,7 +2,7 @@ import matplotlib.pyplot as plt
from rebound import SimulationArchive, Particle, Simulation
from extradata import ExtraData
from utils import filename_from_argv, plot_settings
from utils import filename_from_argv, plot_settings, is_ci
plot_settings()