Piotr
Piotr
Hi @aksy2512, thanks, it is all yours! The first step would be to reproduce the issue. Are you able to reproduce it locally with some fake data?
Thanks @aksy2512 for looking into it. @yairVanti could you please provide example data and code to reproduce the issue locally?
Thank you @yairVanti!
Please could you provide PR to fix this?
@adrienpacifico you are right, labels should be changed to validation. For test data there should be separate function `score` or `evaluate`
> Do you think documentation/docstring (e.g. line 90) should also be modified? Yes, all confusing places should be updated. > Why so? Users could have an very easy way to...
@fernaper thanks for reporting the issue. Yes, please attach the code and data to reproduce the problem. Maybe `total_time_limit` is too low? Do you have similar issues when `total_time_limit=120` or...
@fernaper you are right, there should be better error message.
Thank you @krassowski! - I've tried to call `splitPanel.update()` at the end of constructor but with no success. - What do you mean by overriding `contain`, should I create new...
Thank you! Still nothing ... Screenshot:  Code: ```ts const splitPanel = new SplitPanel(); splitPanel.id = 'my-split-panel'; const left = new Panel(); const right = new Panel(); left.node.style.contain = 'none';...