Skip to content

Commit

Permalink
some small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wkerzendorf committed Oct 30, 2015
1 parent 5400100 commit 730d2c8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tardis/simulation/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@

from astropy import units as u

from collections import OrderedDict

from tardis.model import Radial1DModel
from tardis.montecarlo.base import MontecarloRunner

# Adding logging support
Expand Down Expand Up @@ -145,7 +142,8 @@ def log_plasma_state(self, t_rad, w, t_inner, next_t_rad, next_w,
next t_rad
next_w: ~astropy.units.Quanity
next_w
log_sampling
log_sampling: ~int
the n-th shells to be plotted
Returns
-------
Expand Down

0 comments on commit 730d2c8

Please sign in to comment.