Skip to content

Commit

Permalink
re-added data_version to lo_l1c (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdhoyt authored Jun 18, 2024
1 parent 6b1a2ec commit abd9bbc
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 @@ -557,7 +557,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 abd9bbc

Please sign in to comment.