avm19
avm19
"Circular reference detected" error when updating metadata with numpy array longer than 32 elements
The error occurs on `save()` method when `metadata` dictionary of a model Artifact is updated with a `numpy.array` of length >32 as the dictionary's value. The following code reproduces the...
The PDF bookmarks do not include chapter numbers. I wonder if this is deliberate and if there is any chance the numbers could be included in the future? With the...
**This PR is _ready_ for review.** **Dear reviewer, please don't be discouraged by the amount of text below! The enumerated comments are optional and simply document certain considerations that I...
### Current Behavior Shift affects webpage text selection, but not selection of the runs in the Runs Table. ### Expected Behavior Shift+click selects a span of runs: from a previously...
### Current Behavior Some of my runs have logged a `` values for certain metrics (most probably, `wandb.log` was called with a `np.nan`). These values nevertheless produce a point in...
It would be great to be able to `pip install` this repo. Currently one gets the following error: ``` > pip install git+https://github.com/blackrock/xml_to_parquet.git ... ERROR: git+https://github.com/blackrock/xml_to_parquet.git does not appear to...
### Pandas version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of...
**Describe the bug** `set_props` does not work with `Patch`. I guess, it replaces the Figure object with a Patch object instead of merging them. As a result, in order to...
Pylance using the wrong interpreter in parallel folders of a multi-root workspace when in LIGHT mode
Probably related: #7443 #4162 Pylance does not distinguish between interpreters associated to different folders and seems to apply the first folder's interpreter to all files irrespective of their location. My...
**Notebook title**: Using ModelBuilder class for deploying PyMC models **Notebook url**: https://github.com/pymc-devs/pymc-examples/blob/main/examples/howto/model_builder.ipynb ## Issue description Comments and docstrings in the example (`class LinearModel(ModelBuilder): ...`) are confusing and seemingly outdated. In...