Skip to content

Solution to error when training with -noInfiniteSites option enabled - #1

Open
paolobresolin wants to merge 1 commit into
elkebir-group:mainfrom
paolobresolin:branch_CloMu
Open

Solution to error when training with -noInfiniteSites option enabled#1
paolobresolin wants to merge 1 commit into
elkebir-group:mainfrom
paolobresolin:branch_CloMu

Conversation

@paolobresolin

Copy link
Copy Markdown

When training with the -noInfiniteSites option, we got an error in trainGroupModelTree in CloMu.py, where iterMax is used, but it is not defined anywhere. Since iterMax is intended to store the number of training iterations, we changed iterMax with iterNum, defining it because it was wrongly initialized inside a decision block. We also modified nPrint, setting it to 1 so to print results at all iterations.

…ainGroupModelTree in CloMu.py, where iterMax is used, but it is not defined anywhere. Since iterMax is intended to store the number of training iterations, we changed iterMax with iterNum, defining it because it was wrongly initialized inside a decision block. We also modified nPrint, setting it to 1 so to print results at all iterations.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant