Guilherme Pires

Results 9 issues of Guilherme Pires

## System and Software * aicsimageio Version: 4.6.4 * Python Version: 3.10.4 * Operating System: Linux ## Description Given an image with dimensions: `` , calling ``` data = img.get_image_data("SYX",...

bug
good first issue

Hey I've been playing with the classes you define in your notebooks, and it seems to me that in the affine transformations you're multiplying `weights` and `z` in the wrong...

Hi @esling , First of all, thanks for sharing these notebooks, they're great. I'm playing around with the classes you defined, and trying to understand why you're calculating densities manually...

Olá a todos. O dashboard não está a actualizar automaticamente porque os dados da saúde 24 deixaram de estar disponíveis...

Hey @jameshensman , congrats on the awesome work. I'm interested in clustering a bunch of time-series, which aren't necessarily sampled at the same time-points. Reading the papers, I got the...

**Is your feature request related to a problem? Please describe.** In situations where you have several related dicts with the same keys, it would be nice to be able to...

enhancement
interpolation
has-workaround

Hey Matthew! First of all, thanks for the awesome ideas and work. I have a question about the way you're computing `pgm_natgrad`. Specifically [here](https://github.com/mattjj/svae/blob/d7a553ad8500a927616d6d59ca3565482c0e8445/svae/svae.py#L31-L34). I'm copying the relevant lines: ```python...

Hi. I can't get an access token. I checked the code, and from what I understand the flow is: 1) with the consumer key, request a request_token 2) user auths...

Add a `port` keyword argument to allow the user to specify the port to be used by `GoslingDataServer`. The class already supports it and [has it in its `__call__` signature](https://github.com/gosling-lang/gos/blob/c88a433574b5f5f7bac5f06419b55fda5147672e/gosling/data/__init__.py#L72),...