Elias Hohl

Results 19 comments of Elias Hohl

@ankitrohatgi Hey guys, I have created something that might be of interest for you... https://git.ehtec.co/research/pie-chart-ocr This python library can extract data from pie charts. It does not do any percentage...

> Try [clearing the entity cache](https://github.com/LonamiWebs/Telethon/blob/9d899e3dab18b2191c350005063e392dcbf3c831/telethon/entitycache.py#L94) periodically (see #3073) Thanks for the reply. So you suggest calling ```python client._entity_cache.clear() ``` if I have understood correctly how entity cache is implemented...

Okay. The route I have chosen for testing is just clearing the entire entity cache after the scraping of a channel is finished. This is no problem, as - at...

Finally I have new test data. After cleaning the entity cache after every scan, I get `objgraph` outputs like this: ``` FrameSummary 17234282 +27989 tuple 3448227 +5843 function 1762376 +2880...

> My recommendation is wait until v2 is released because it's going to change a lot and would probably void any attempt at looking at it now. Unfortunately the v2...

Ok, thanks. Any estimate when this will be done? I am targeting to get this finished by the end of next week, so if it takes longer, I will try...

Thanks a lot for the quick help, I will look into this and check how I can implement my own models.

Question: Where do I find the param property names mapped to strings from `ParameterValues`? For example, in the lithium plating file, there is a parameter `j0_plating = param.j0_plating`. However, I...

I think there is a mistake in line 98 or 89 of https://github.com/pybamm-team/PyBaMM/blob/develop/pybamm/models/submodels/interface/sei/sei_growth.py. `j_sei` has once the unit `1/[C_sei]` and once `1/([C_sei] [L_sei_inner])`. This is impossible unless `L_sei_inner` has no...

And could you maybe link the papers where these formulas are from, apart from Yang 2017? That would make it a lot easier to understand `reaction limited`, `ec reaction limited`,...