Tanguy Lefort
Tanguy Lefort
Not exactly remove from the plot, but in plotly we can specify the first range of display for the axis. So if we check the condition @mathurinm says, we can...
The size is an issue that has been coming up several times now yes and I don't have a clear answer. The thing is, we have to balance out the...
What I can say for sure: yes, all the information is included in the the HTML/JS of the figure. What I haven't been successful at for now (but keep trying):...
There are only the toggling with single and double click (and the fact that the toggling adapts the range on the axis). But yes, if needed we could emulate that...
See my comment on your PR, it was just a small tweak for the safe import
Can we rename the issue with sth like "safe_import broken when not used with import_ctx" to keep a clearer trace of this for later ?
It's a bug from their side see: [this issue](https://github.com/rpy2/rpy2/issues/871) Parallel computing lead to non executed command
cf [benchopt results issue #18](https://github.com/benchopt/results/issues/18)
So, I didn't respond to take time to understand what the task really would mean using `Benchmark`, and I'm not sure I totally get it. You would want to use...
- [x] optional argument `standalone` in `Benchmark` to use a Benchmark even if no `objective.py` file exist - [x] use a list of `Benchmark` (without `get_results_files` because of the pattern...