crflynn / stochastic

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

update package #17

Closed crflynn closed 4 years ago

crflynn commented 5 years ago
codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff            @@
##             develop    #17   +/-   ##
========================================
  Coverage           ?   100%           
========================================
  Files              ?     35           
  Lines              ?   1222           
  Branches           ?      0           
========================================
  Hits               ?   1222           
  Misses             ?      0           
  Partials           ?      0
Impacted Files Coverage Δ
stochastic/diffusion/__init__.py 100% <ø> (ø)
stochastic/continuous/__init__.py 100% <ø> (ø)
stochastic/noise/__init__.py 100% <ø> (ø)
stochastic/continuous/mixed_poisson.py 100% <100%> (ø)
stochastic/continuous/poisson.py 100% <100%> (ø)
stochastic/continuous/brownian_meander.py 100% <100%> (ø)
stochastic/continuous/squared_bessel.py 100% <100%> (ø)
stochastic/noise/colored_noise.py 100% <100%> (ø)
stochastic/noise/fractional_gaussian_noise.py 100% <100%> (ø)
stochastic/discrete/__init__.py 100% <100%> (ø)
... and 20 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 6fbc67d...4dbe35a. Read the comment docs.

codecov-commenter commented 4 years ago

Codecov Report

Merging #17 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #17   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           35        35           
  Lines         1222      1286   +64     
=========================================
+ Hits          1222      1286   +64     
Impacted Files Coverage Δ
stochastic/continuous/__init__.py 100.00% <ø> (ø)
stochastic/discrete/__init__.py 100.00% <ø> (ø)
stochastic/noise/__init__.py 100.00% <ø> (ø)
stochastic/__init__.py 100.00% <100.00%> (ø)
stochastic/_version.py 100.00% <100.00%> (ø)
stochastic/continuous/bessel.py 100.00% <100.00%> (ø)
stochastic/continuous/brownian_bridge.py 100.00% <100.00%> (ø)
stochastic/continuous/brownian_excursion.py 100.00% <100.00%> (ø)
stochastic/continuous/brownian_meander.py 100.00% <100.00%> (ø)
stochastic/continuous/brownian_motion.py 100.00% <100.00%> (ø)
... and 41 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 b11e81f...156abb7. Read the comment docs.