Skip to content

Commit

Permalink
Update intervention_builder.py
Browse files Browse the repository at this point in the history
  • Loading branch information
anirban-chaudhuri committed Apr 8, 2024
1 parent e17cccf commit 162f1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyciemss/integration_utils/intervention_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def intervention_generator(
def combine_interventions(
interventions: List[Dict[torch.Tensor, Dict[str, Intervention]]]
) -> Dict[torch.Tensor, Dict[str, Intervention]]:
static_parameter_interventions: Dict[float, Dict[str, Intervention]] = {}
static_parameter_interventions: Dict[torch.Tensor, Dict[str, Intervention]] = {}
for intervention in interventions:
for key, value in intervention.items():
if key in static_parameter_interventions:
Expand Down

0 comments on commit 162f1b0

Please sign in to comment.