You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Return a list of nc files that have changed or are new."""
34
-
old_hashes=self.get_old_hashes()
27
+
"""
28
+
Compare the current in-memory list of files, loaded by `load_hash_table` to the list saved in HASH.pkl and return a list of stations that are new or have changed.
29
+
30
+
Returns:
31
+
changed ([str]): A list of nc files that have changed or are since HASH.pkl was last saved.
0 commit comments