Skip to content

Commit

Permalink
Attempting to fix doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
bourque committed Aug 29, 2024
1 parent cd68d37 commit 32c22d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions imap_processing/idex/l1/idex_l1.py
Original file line number Diff line number Diff line change
Expand Up @@ -525,12 +525,12 @@ def process(self) -> xr.Dataset:
# Gather the huge number of trigger info metadata
trigger_vars = {}
for var, value in self.trigger_values.items():
trigger_description = TRIGGER_DESCRIPTION_DICT[var]
trigger_desc = TRIGGER_DESCRIPTION_DICT[var]
trigger_vars[var] = xr.DataArray(
name=var,
data=[value],
dims=("epoch"),
attrs=idex_attrs.get_variable_attributes(trigger_description.name),
attrs=idex_attrs.get_variable_attributes(trigger_desc.name),
)

# Process the 6 primary data variables
Expand Down

0 comments on commit 32c22d9

Please sign in to comment.