Skip to content

Commit

Permalink
indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hussain-jafari committed Feb 17, 2024
1 parent 6e4c907 commit 904c340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vivarium_inputs/validation/sim.py
Original file line number Diff line number Diff line change
Expand Up @@ -1571,7 +1571,7 @@ def check_age_restrictions(
age_bins = context["age_bins"]
in_range_ages = age_bins.loc[
(age_bins.age_group_id >= start_id) & (age_bins.age_group_id <= end_id)
]
]
in_range_age_intervals = [
pd.Interval(row.age_start, row.age_end, closed="left")
for _, row in in_range_ages.iterrows()
Expand Down

0 comments on commit 904c340

Please sign in to comment.