Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

output indirection (no terminal) not detected correctly on windows #89

Closed
fradav opened this issue Aug 25, 2021 · 1 comment
Closed
Assignees
Labels
bug Something isn't working standalone Pure binary standalone

Comments

@fradav
Copy link
Collaborator

fradav commented Aug 25, 2021

On windows we got this, when output is redirected :

image

We should have instead :

> Model Choice <
///////////////////////////////////////// read headers
read headers done.
///////////////////////////////////////// read reftable
read 500/12000
read 1000/12000
read 1500/12000
read 2000/12000
read 2500/12000
read 3000/12000
read 3500/12000
read 4000/12000
read 4500/12000
read 5000/12000
read 5500/12000
read 6000/12000
read 6500/12000
read 7000/12000
read 7500/12000
read 8000/12000
read 8500/12000
read 9000/12000
read 9500/12000
read 10000/12000
read 10500/12000
read 11000/12000
read 11500/12000
read 12000/12000

read reftable done.
///////////////////////////////////////// First forest (training on ABC output)
Growing trees ..
computed_0 1/50
computed_0 2/50
computed_0 3/50
computed_0 4/50
computed_0 5/50
computed_0 6/50
computed_0 7/50
computed_0 8/50
computed_0 9/50
computed_0 10/50
computed_0 11/50
computed_0 12/50
computed_0 13/50
computed_0 14/50
computed_0 15/50
computed_0 16/50
computed_0 17/50
computed_0 18/50
computed_0 19/50
computed_0 20/50
computed_0 21/50
computed_0 22/50
computed_0 23/50
computed_0 24/50
computed_0 25/50
computed_0 26/50
computed_0 27/50
computed_0 28/50
computed_0 29/50
computed_0 30/50
computed_0 31/50
computed_0 32/50
computed_0 33/50
computed_0 34/50
computed_0 35/50
computed_0 36/50
computed_0 37/50
computed_0 38/50
computed_0 39/50
computed_0 40/50
computed_0 41/50
computed_0 42/50
computed_0 43/50
computed_0 44/50
computed_0 45/50
computed_0 46/50
computed_0 47/50
computed_0 48/50
computed_0 49/50
computed_0 50/50

Computing prediction error ..
///////////////////////////////////////// Second forest (training on error)
Growing trees ..
computed_1 1/50
computed_1 2/50
computed_1 3/50
computed_1 4/50
computed_1 5/50
computed_1 6/50
computed_1 7/50
computed_1 8/50
computed_1 9/50
computed_1 10/50
computed_1 11/50
computed_1 12/50
computed_1 13/50
computed_1 14/50
computed_1 15/50
computed_1 16/50
computed_1 17/50
computed_1 18/50
computed_1 19/50
computed_1 20/50
computed_1 21/50
computed_1 22/50
computed_1 23/50
computed_1 24/50
computed_1 25/50
computed_1 26/50
computed_1 27/50
computed_1 28/50
computed_1 29/50
computed_1 30/50
computed_1 31/50
computed_1 32/50
computed_1 33/50
computed_1 34/50
computed_1 35/50
computed_1 36/50
computed_1 37/50
computed_1 38/50
computed_1 39/50
computed_1 40/50
computed_1 41/50
computed_1 42/50
computed_1 43/50
computed_1 44/50
computed_1 45/50
computed_1 46/50
computed_1 47/50
computed_1 48/50
computed_1 49/50
computed_1 50/50

Computing prediction error ..
  votes model1  votes model2  votes model3  votes model4  votes model5  votes model6 selected model  post proba
             0             1            48             1             0             0              3       0.838

@fradav fradav added bug Something isn't working standalone Pure binary standalone labels Aug 25, 2021
@fradav fradav assigned gdurif and fradav and unassigned gdurif Aug 25, 2021
@fradav
Copy link
Collaborator Author

fradav commented Sep 20, 2021

@fradav fradav closed this as completed Sep 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working standalone Pure binary standalone
Projects
None yet
Development

No branches or pull requests

2 participants