Janosh Riebesell

Results 165 issues of Janosh Riebesell

Currently `update_launchpad_data` applies only to `["launches", "fireworks", "workflows"]` but omits the `"tasks"` collection. Is this a deliberate decision? Any reason `"tasks"` should not be changed? https://github.com/materialsproject/fireworks/blob/1cb78cf9e2168c5741d2bef03d6a9bdf594b190e/fireworks/utilities/update_collection.py#L10-L25

Running `lpad archive_wflows -s RUNNING` with the latest Fireworks v1.9.7 throws ```py ModuleNotFoundError: No module named 'fireworks.utilities.tests' ``` ```sh $: lpad archive_wflows -s RUNNING >>> Are you sure? This will...

Also - changes `.github/workflows/test.yml` to use `setup-python` built-in dependency caching for GitHub actions - updates broken `black` version used by `pre-commit` - bumps `actions/checkout` to v3, `actions/setup-python` to v4

Would it be possible to add a note to the `my_launchpad.yaml` section of [setup docs](https://atomate.org/installation.html) notifying users of MongoDB Atlas that passing the connection test ```sh lpad -l config/my_launchpad.yaml reset...

improvement

`automatminer` causes needless recurring warnings when updating packages it depends on: ``` pip install crystal-toolkit [...] automatminer 1.0.3.20200727 requires matminer==0.6.2, but you'll have matminer 0.6.5 which is incompatible. automatminer 1.0.3.20200727...

I've been trying to work around what might be a bug in (auto-)matminer. Trying to make predictions for a large dataframe (around 80000 rows) never finishes. I think the culprit...

major bug
v1.1

This minimal example demonstrates that passing a `config_dict` to `TPOTAdaptor` [as shown in the docstring](https://github.com/hackingmaterials/automatminer/blob/master/automatminer/automl/adaptors.py#L45) fails. ```py import automatminer as amm import pandas as pd df = pd.DataFrame(pd.np.random.randint(0, 10, (10,...

bug
patch

What's your stance on supporting multi-output regressors? Would enable use cases such as uncertainty estimation where the learner might predict both a mean and a variance. This might not be...

major enhancement
v2.0

Length-1 array or the value? Currently gives a length-1 array. This issue arose out of private discord communication with [fnAki](https://discord.com/users/8646) dated 21/06/2022. Copied here so I don't forget about it....

enhancement
DX
discussion

Figure out if generics (or anything) can be used to infer the type of `bind:selected` and `let:option` in slot components correctly from type of `options` prop. See https://github.com/sveltejs/language-tools/issues/442#issuecomment-726377055 for related...

enhancement
help wanted
DX
types