Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ahartikainen committed Oct 7, 2019
1 parent 773ea4d commit 2fe26ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The CmdStanPy, CmdStan, and the core Stan C++ code are licensed under new BSD.
::

import os
from cmdstanpy import Model, StanFit, cmdstan_path
from cmdstanpy import Model, cmdstan_path

# specify Stan file, create, compile Model object
bernoulli_path = os.path.join(cmdstan_path(), 'examples', 'bernoulli', 'bernoulli.stan')
Expand Down

0 comments on commit 2fe26ab

Please sign in to comment.