Skip to content

Commit

Permalink
suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
microprediction committed Dec 4, 2024
1 parent eff02b8 commit 0da13d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion precise/skatertools/dictionaries/skatercovariance.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ def update(self, x: dict, f):
self.states[uni_ndx].cloned = True
self.states[self.universe_counter] = clone
self.universe_counter += 1
print({'new clone':str(clone)})
else:
self.states[uni_ndx].staleness += 1
# Increment staleness if the new data can't really be used to update the universe usefully
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="precise",
version="0.16.4",
version="0.16.5",
description="The home of Schur Hierarchical Portfolios: an aesthetically pleasing version of Hierarchical Risk Parity",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 0da13d0

Please sign in to comment.