Skip to content

Commit

Permalink
get ready for version 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
digicosmos86 committed Jul 12, 2024
1 parent dde2e7d commit 815ad34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</span>
Navigate the site here!
</span>
<span class="right-margin"> v0.2.2 is released! </span>
<span class="right-margin"> v0.2.3 is released! </span>
<span>
<span class="twemoji">
{% include ".icons/material/head-question.svg" %}
Expand Down
4 changes: 3 additions & 1 deletion src/hssm/hssm.py
Original file line number Diff line number Diff line change
Expand Up @@ -1505,7 +1505,9 @@ def _make_model_distribution(self) -> type[pm.Distribution]:
bounds=self.bounds,
lapse=self.lapse,
extra_fields=(
None if not self.extra_fields else deepcopy(self.extra_fields)
None
if not self.extra_fields
else [deepcopy(self.data[field].values) for field in self.extra_fields]
),
)

Expand Down

0 comments on commit 815ad34

Please sign in to comment.