Skip to content

Commit

Permalink
Remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
kngwyu committed Oct 12, 2024
1 parent bd0d746 commit 2264b86
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/emevo/analysis/tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,6 @@ def find_maxdiff_edge(
child_rew_total = child_reward[key] * child_size
split_rew[key] = (parent_rew_total - child_rew_total) / split_size
# Make nodes
print(edge)
print(parent_root)
if parent_root.index in split_nodes:
# Add child
split_nodes[parent_root.index].size = split_size
Expand Down

0 comments on commit 2264b86

Please sign in to comment.