Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
SamWitty committed Nov 20, 2024
1 parent 2eec34e commit f3e0730
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyciemss/compiled_dynamics.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,5 +261,7 @@ def _pyro_post_simulate(self, msg):
k: v for k, v in self.lt.trajectory.items() if k in self.observables_names
}
self.state = {
k: v for k, v in self.lt.trajectory.items() if k not in self.observables_names
k: v
for k, v in self.lt.trajectory.items()
if k not in self.observables_names
}

0 comments on commit f3e0730

Please sign in to comment.