Skip to content

Commit

Permalink
typo in model comp part of howto and attempt to fix issue with plot_p…
Browse files Browse the repository at this point in the history
…osterior_predictive saving
  • Loading branch information
AlexanderFengler committed Jan 24, 2023
1 parent 2447e79 commit 11ff71a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion docs/requirements_2.txt

This file was deleted.

2 changes: 1 addition & 1 deletion docs/source/howto.rst
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 435,7 @@ can compare the DIC_ scores (lower is better) emitted when calling:

::

model.print_stats()
model.dic

DIC, however, is far from being a perfect measure. So it shouldn't be your
only weapon in deciding which model is best.
Expand Down
2 changes: 1 addition & 1 deletion hddm/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 424,7 @@ def plot_posterior_predictive(

# Save figure if necessary
if save:
fname = "ppq_" ".".join(tag)
fname = "ppq_" prettier_tag(tag) # ".".join(tag)
if path is None:
path = "."
if isinstance(format, str):
Expand Down

0 comments on commit 11ff71a

Please sign in to comment.