crflynn / stochastic

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

Fix typo in readme #14

Closed Anna-Strakovskaia closed 5 years ago

Anna-Strakovskaia commented 5 years ago

In Sampling at specific times raw s = sample_at(times) should be s = bm.sample_at(times) to work.

codecov-io commented 5 years ago

Codecov Report

Merging #14 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #14   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          35     35           
  Lines        1222   1222           
=====================================
  Hits         1222   1222

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 c469390...acfa740. Read the comment docs.

crflynn commented 5 years ago

Thanks for the fix :)