We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae5b638 commit 905bbfeCopy full SHA for 905bbfe
src/esmf_regrid/experimental/partition.py
@@ -184,8 +184,7 @@ def __repr__(self):
184
@property
185
def unsaved_files(self):
186
"""List of files not yet generated."""
187
- files = set(self.file_names) - set(self.saved_files)
188
- return [file for file in self.file_names if file in files]
+ return [file for file in self.file_names if file not in self.saved_files]
189
190
def generate_files(self, files_to_generate=None):
191
"""Generate files with regridding information.
0 commit comments