Skip to content

Commit

Permalink
minor version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Markham committed Feb 14, 2024
1 parent 326e172 commit f43b7aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.1
1.2.0
2 changes: 1 addition & 1 deletion scripts/reproduce_uai
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ def plot_kl_exps(path):

if __name__ == "__main__":
# check versions to ensure accurate reproduction
if version("cstrees") != "1.1.0":
if version("cstrees") != "1.2.0":
warnings.warn(f"Current `cstrees` version unsupported.")

path = "reproduced_uai_results/"
Expand Down

0 comments on commit f43b7aa

Please sign in to comment.