Javier Zazo

Results 13 issues of Javier Zazo

### Describe the bug When trying to log a seaborn plot with `wandb.Image`, e.g., Facetgrid, it raises an `AttributeError`. ```python import os import seaborn as sns import wandb tips =...

cli

There is no documentation or examples about `SymFunction` and `@funs` in the readme file.

Hi. I am trying to install `azureml-core` and `azure-cli-core` in the same environment with python 3.10. I cannot find two compatible versions of both packages. If I pin the packages...

Hi! I'm experiencing some issues while plotting error bars and using logarithmic scale on the y-axis. As I understood from the docs, the `ErrorBars(y=[...])` indicates the relative value of the...

Is conjugate of complex tensor supported? I guess it would be easy to implement by flipping one of the tensor dimensions, but wanted to ask if you would support it...

Hi! I was trying to perform some operations with your package, but I could not figure out element-wise multiplication. Suppose the following code: ``` import torch from pytorch_complex_tensor import ComplexTensor...

### Actual Situation I would like to exclude files / folders conditionally in the `copier.yaml` file. Currently, if you add a file/folder to the exclude list, it is always excluded,...

enhancement
good first issue
help wanted

### Project to be claimed `rats`: https://pypi.org/project/rats ### Your PyPI username `jzazo`: https://pypi.org/user/jzazo ### Reasons for the request > project is name squatting (package has no functionality or is empty);...

PEP 541

Hi. As described in the cli `cz bump MANUAL_VERSION`, is it possible to specify the `MANUAL_VERSION` in the Github Action? If not, can the option be added? Thank you!

## Describe the bug I am running the accessibility report extension and I get flagged an error: `scrollable-region-focusable: Elements with scrollable content must be accessible by keyboard.` It affects the...

bug