We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d4ef57 commit 616850bCopy full SHA for 616850b
1 file changed
cdippy/nchashes.py
@@ -10,8 +10,12 @@ class NcHashes:
10
hashes_url = "http://cdip.ucsd.edu/data_access/metadata/wavecdf_by_datemod.txt"
11
new_hashes = {}
12
13
- def __init__(self, hash_file_location=""):
14
- self.hash_pkl = hash_file_location + "/HASH.pkl"
+ def __init__(self):
+ """
15
+ Args:
16
+ hash_file_location (str, optional): A path to the location to store the local copy of HASH.pkl. Defaults to the current directory.
17
18
+ self.load_hash_table()
19
20
def load_hash_table(self):
21
"""
0 commit comments