Frederic Grabowski

Results 7 issues of Frederic Grabowski

As in the title, if during waybars startup the bluetooth controller is blocked by rfkill the waybar-bluetooth module doesn't show up, even if its controller name is set in the...

I'm solving a system of ODEs that simulates concentrations of some substances. I know that the concentrations have to be real numbers in the range [0, 1]. Normally, after each...

feature
question

1. Include info about available estimators 2. Show basic examples of running a given estimator on a given task

📖 type: documentation
🔥 priority: medium

In our samplers `.mutual_information()` is a callable method, in tasks it is a `@property`. It would be nice for them to be consistent.

🔩 type: refactor
🔥 priority: low
👕 effort: M

We've made a lot of changes when moving to our new tasks/benchmark API. It would be nice to rethink which tasks/estimators etc should be exported by default. For example: 1....

🔩 type: refactor
🔥 priority: low

it would be nice to organize our estimator tests, that is have a generic testing function: ```test_estimator_on_task(estimator, task, n_samples, seed, abs_error, rel_error)``` and then use it to build our tests:...

🔥 priority: low
🖖 type: test

MergeOnCIPass