Nikola Jajcay

Results 10 comments of Nikola Jajcay

I think you actually need to import them in order to get the info stored in the class itself... so some packages define something like `__all__ = []` as a...

> I don't get this, can you explain? What does the computation have to do with `MultiModel`? In any case, we should first work on the native `ALNModel` if we...

I agree with all points. My initial thoughts were in the direction of: - you can compute the cascade for AdEx neurons and the cascade is the same for EIF...

hey @Ronjaa95, it seems that inputs have weird shape and `neurolib` is not happy about that:) can you please do something like: ```python for i, val in enumerate(inputs): print(inputs.shape) if...

yes, that would be doable.. `xarray` supports saving to netcdf with `a` option, which is append. AFAIK, each chunk would be saved with correct time dimension with `a` option, and...

@lenasal please correct failing tests thanks:)

Hey @Vinzent03, Thanks for getting back to me. Unfortunately no, all those issues describe a problem with PATH, where OPs cannot use `git push` / `git pull` with keybase repo...

hey @catherinetcai ! Nice find! Option 1 is not viable for me, since I am on Mac... I'd be glad to do option 2, but I have no idea how...

Btw, personally, I do not think this is necessary. If we want to simplify testing, I would rather do something like this: ```python class NativeTestCase(unittest.TestCase): model = None def test_single_node(self):...

Just in: I tested a new framework for solving diff eqs: https://github.com/patrick-kidger/diffrax for now, they support ODEs/SDEs/CDEs (controlled diff. eqs - interesting for Lena?), DDEs are on PR and will...