Skip to content

Commit

Permalink
make ruff happy
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderFengler committed May 7, 2024
1 parent 6342c72 commit e586ec0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/hssm/hssm.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@


class HSSM:
"""The Hierarchical Sequential Sampling Model (HSSM) class.
"""The basic Hierarchical Sequential Sampling Model (HSSM) class.
Parameters
----------
Expand Down Expand Up @@ -1328,9 +1328,6 @@ def _get_deterministic_var_names(self, idata) -> list[str]:
):
var_names.remove("~" + self._parent)

# ] and not param.is_parent --> this can be skipped now, because `v` will be added to traces by default
# ]

if f"{self.response_str}_mean" in idata["posterior"].data_vars:
var_names.append(f"~{self.response_str}_mean")

Expand Down

0 comments on commit e586ec0

Please sign in to comment.