Janosh Riebesell

Results 454 comments of Janosh Riebesell

this is probably import overhead from loading `pandas` and maybe other big packages. if you start an interactive python session first, wait for it to load and then run `poscar...

have a look at https://github.com/materialsproject/pymatgen/issues/3563 which tried to reduce startup time by lazy-importing `pandas` only in code that actually needs it. that seems to have back-fired though based on this...

> Any suggestion would be appreciated @janosh. definitely feel free to homogenize types where it make sense and simplifies the code. there are cases where it's important to be explicit...

can you provide a repro? either a Svelte REPL or a code snippet? i don't see how https://github.com/janosh/svelte-multiselect/commit/1b04c15 would have caused this

the error doesn't repro for me. [i pasted your snippet into a REPL](https://svelte.dev/repl/167dad8cb42f47d38575a12386cda69b?version=4.2.14) and tried with versions 10.2.0 and 10.3.0. both work fine.

sorry should have paid more attention to the issue title. the REPL doesn't support TS. but i can repro the type error. not sure what changed, needs some investigation (and...

I believe @hrushikesh-s is currently working on submitting Wrenformer to Matbench. Maybe he can teel you more. In case you haven't seen there are some preliminary results for various Wrenformer...

@hongshuh Also, what are you planning on using Wrenformer for? If discovery, these results might interest you: https://matbench-discovery.materialsproject.org/preprint#results.

> It seems to handle the task as a regression problem by predicting the energy above hull That's right. > rather than treating it as a classification task of identifying...