Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Line should be an assert or type: ignore, not an if-statement #492

Closed
ricardoV94 opened this issue Jan 18, 2024 · 1 comment
Closed

Line should be an assert or type: ignore, not an if-statement #492

ricardoV94 opened this issue Jan 18, 2024 · 1 comment
Labels
good first issue Good for newcomers . Doesn't require extensive knowledge of the repo and package ModelBuilder Related to the ModelBuilder class and its children

Comments

@ricardoV94
Copy link
Contributor

ricardoV94 commented Jan 18, 2024

if self.model is not None:
with self.model:
sampler_args = {**self.sampler_config, **kwargs}
self.idata = pm.sample(**sampler_args)

@ricardoV94 ricardoV94 added the good first issue Good for newcomers . Doesn't require extensive knowledge of the repo and package label Jan 18, 2024
@wd60622
Copy link
Contributor

wd60622 commented Jun 13, 2024

Closed with #741

@wd60622 wd60622 closed this as completed Jun 13, 2024
@wd60622 wd60622 added the ModelBuilder Related to the ModelBuilder class and its children label Sep 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers . Doesn't require extensive knowledge of the repo and package ModelBuilder Related to the ModelBuilder class and its children
Projects
None yet
Development

No branches or pull requests

2 participants