Skip to content

Malfunctioning test_tree_visualiser.lua #6

@mathemage

Description

@mathemage

Hi @lifrordi !

When my settings Settings/arguments.lua is:

--- list of pot-scaled bet sizes to use in tree
-- @field params.bet_sizing
params.bet_sizing = {1}

and visualizing by running command:

$ th Tree/Tests/test_tree_visualiser.lua

I get the following visualization:
simple_tree_1bet

However, when I modify Settings/arguments.lua as follows:

params.bet_sizing = {1, 2}

and when I run the very same command, I get this visualization:
simple_tree_12bet
This is obviously incorrect, since we should have more bet actions, namely "2-pot bet". Am I missing something, or are the two visualizations supposed to be identical?

Thanks for clarification!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions