Skip to content

Commit

Permalink
Fix archive-requests with earthkit
Browse files Browse the repository at this point in the history
  • Loading branch information
gmertes committed Sep 19, 2024
1 parent e6b6e9a commit fd858b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ai_models/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def collect_archive_requests(self, written):
# does not return always return recently set keys
handle = handle.clone()

self.archiving[path].add(handle.as_mars())
self.archiving[path].add(handle.as_namespace("mars"))

def finalise(self):
self.output.flush()
Expand Down

0 comments on commit fd858b6

Please sign in to comment.