Skip to content

Commit

Permalink
pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
aleslamitz committed Jan 11, 2024
1 parent 14e6d84 commit 79ca7d9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -605,9 +605,8 @@ def _outer_particle_filter_propose_and_update_log_weights_fn(
):
"""Build a function specifying a particle filter update step."""
def _outer_propose_and_update_log_weights_fn(step, state, seed=None):
outside_parameters = state.particles[0]
(
params,
outside_parameters,
inner_particles,
inner_parent_indices,
inner_incremental_likelihood,
Expand Down

0 comments on commit 79ca7d9

Please sign in to comment.