Skip to content

Commit

Permalink
Merge pull request #4 from IMAP-Science-Operations-Center/dev
Browse files Browse the repository at this point in the history
re-added data_version to lo_l1c (IMAP-Science-Operations-Center#642)
  • Loading branch information
daralynnrhode authored Jun 18, 2024
2 parents 64f3d44 + abd9bbc commit f5a5c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imap_processing/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ def do_processing(self, dependencies):
for dependency in dependencies:
dataset = load_cdf(dependency, to_datetime=True)
data_dict[dataset.attrs["Logical_source"]] = dataset
output_file = lo_l1c.lo_l1c(data_dict)
output_file = lo_l1c.lo_l1c(data_dict, self.version)
return [output_file]


Expand Down

0 comments on commit f5a5c35

Please sign in to comment.