Ben Mares
Ben Mares
@lucianopaz, have you done some benchmarks with this yet (in particular with S3)? I'm a bit concerned that with (1, 1, ...) chunk size that I/O will be a bottleneck.
Hi @tanish1729, this is concerning, thanks so much for reporting it! Let's try and diagnose this. Please try running ```python import pytensor print(pytensor.__file__) ``` This should report the location of...
Hi @tanish1729, thanks for the info! I suspect that Python could be getting confused with a conflicting directory named `pytensor`. What's your current directory and Python search path? You can...
I have a theory on what's going wrong. First I assume that your clone of PyTensor is in `/Users/tanish/Desktop/idk/pymc-gsoc/pytensor`. If you are running VS Code / Jupyter from `/Users/tanish/Desktop/idk/pymc-gsoc` and...
Turned this into a PR in #949
> if im already inside the cloned directory and running all the imports, isnt that the same as using the package locally Yes, but in this case you're clobbering the...
Thanks @HenryRWinterbottom for the report! I believe it's not a versioning issue. Instead, it seems that `RH` is somehow entering as a single-element array instead of a scalar, and that's...
Wonderful, I am glad you got it working! I doubt you will be the only one to encounter this, and I would like to make our code more robust so...
I worked around this by removing `--line-width` from the `pretty-format-yaml` arguments and correspondingly in my Python code by setting `yaml.width = sys.maxsize` in my ruamel `yaml` object to match the...
Thanks @macisamuele for the approval! The auto-merge isn't working. Should I update the branch? (I'm guessing that would dismiss your approval as stale.)