Skip to content

Commit

Permalink
version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbois committed Sep 2, 2020
1 parent d5ff267 commit c8c5c6a
Show file tree
Hide file tree
Showing 6 changed files with 254 additions and 228 deletions.
8 changes: 5 additions & 3 deletions bebi103/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
" here: https://github.com/ipython/ipython/issues/12396. As a"
" workaround, you can install multiprocess"
" (pip install multiprocess) and everything should work as"
" expected.", ImportWarning
" expected.",
ImportWarning,
)

from . import hv
Expand All @@ -37,10 +38,11 @@
from . import stan
except:
warnings.warn(
"Could not import `stan` submodule. Perhaps PyStan or CmdStanPy is not properly installed."
"Could not import `stan` submodule. Perhaps ArviZ or PyStan or CmdStanPy is/are"
" not properly installed."
)


__author__ = """Justin Bois"""
__email__ = "bois@caltech.edu"
__version__ = "0.0.55"
__version__ = "0.1.0"
Loading

0 comments on commit c8c5c6a

Please sign in to comment.