crflynn / stochastic

Generate realizations of stochastic processes in python.
http://stochastic.readthedocs.io/en/stable/
MIT License
451 stars 80 forks source link

move t arg to the end of init signatures #4

Closed crflynn closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (dev@5acab71). Click here to learn what that means. The diff coverage is 100%.

Impacted file tree graph

@@         Coverage Diff          @@
##             dev     #4   +/-   ##
====================================
  Coverage       ?   100%           
====================================
  Files          ?     33           
  Lines          ?   1096           
  Branches       ?      0           
====================================
  Hits           ?   1096           
  Misses         ?      0           
  Partials       ?      0
Impacted Files Coverage Δ
stochastic/continuous/squared_bessel.py 100% <ø> (ø)
stochastic/noise/fractional_gaussian_noise.py 100% <100%> (ø)
stochastic/discrete/moran.py 100% <100%> (ø)
...ochastic/diffusion/constant_elasticity_variance.py 100% <100%> (ø)
stochastic/continuous/brownian_motion.py 100% <100%> (ø)
stochastic/continuous/variance_gamma.py 100% <100%> (ø)
stochastic/noise/colored_noise.py 100% <100%> (ø)
stochastic/continuous/wiener.py 100% <100%> (ø)
stochastic/diffusion/vasicek.py 100% <100%> (ø)
stochastic/diffusion/cox_ingersoll_ross.py 100% <100%> (ø)
... and 7 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5acab71...085b124. Read the comment docs.