Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix logging the number of generated samples for each leaf node
We were logging the length of our `generated_data` list instead of the number of newly generated samples in each leaf node, causing confusion as this is typically 1, 2, 3, etc instead of 50, 500, 1000, etc that users would expect. Fixes #227 Signed-off-by: Ben Browning <[email protected]>
- Loading branch information