Adrian Seyboldt

Results 188 comments of Adrian Seyboldt

Should be fixed if https://github.com/aesara-devs/aesara/pull/1010 gets merged

The PR in aesara is merged now, so if you use the development version this should work now. If you have any more trouble with this (or installing the dev...

I didn't really expect this behavior myself until I read the docs some time ago, but the environment variable overrides the keyword argument: ```python %env NUMBA_BOUNDSCHECK=0 import numpy as np...

> I strongly believe that having some support for dimensions and dimension based broadcasting inside Aesara is a good idea, and I want to be transparent that this is part...

hm, so maybe another version problem? I get ``` [ 4.65908801e-310 -1.00000000e+001 -2.28560000e+005] [-1.0000e+01 -1.0000e+01 -2.2856e+05] ``` Version 2.0.0rc23, currently the latest I get from conda-forge

I could still install realktoro rc24 if I asked for it explicitly (build number 0). Not sure why it didn't update with `mamba update --all`, probably because I asked for...

So what we are doing so something like this, right? ```python ( rk.ChemicalProps(init) # obj a .speciesStandardGibbsEnergies # obj b .__call__() # obj c .asarray() # obj d ) ```...

Completely forgot about this PR :-) > The reduced level of information in the error message is a little unfortunate - would you be able to modify the normalize_axis() function...

> so, then once they are accepted I can approve this PR. done > A quick note on process for the future - could you use merge commits and avoid...

Fair warning up front: I feel strongly about this, I hope this doesn't get too preachy, and if it does I'm sorry ;-) Just to get the `model.coords["something"].index("London")` out of...