Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
SamWitty committed Jun 5, 2024
1 parent db587da commit 8a41dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyciemss/mira_integration/compiled_dynamics.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def _eval_observables_mira(
) -> State[torch.Tensor]:
if len(src.observables) == 0:
return dict()

parameters = {
get_name(param_info): getattr(param_module, get_name(param_info))
for param_info in src.parameters.values()
Expand Down

0 comments on commit 8a41dfd

Please sign in to comment.