Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
cadurosar committed Oct 12, 2023
1 parent 0b153ab commit b135024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neurips23/sparse/nle/nle.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def __init__(self, metric, index_params):
index_path_full = "./results/indexes/"
self.index_base = PisaIndex(index_path,overwrite=True)
self.index_full = PisaIndex(index_path_full,overwrite=True)
self.name = "pisa"
self.name = "nle"
self.t1 = index_params["t1"]
self.t2 = index_params["t2"]
self.k = 100
Expand Down

0 comments on commit b135024

Please sign in to comment.