Trey Wenger

Results 9 issues of Trey Wenger

### Describe the issue: This may be related to https://github.com/pymc-devs/pymc/issues/6779 **Description:** When creating a model with `floatX="float32"` that includes a Dirichlet distribution, the `floatX` assignment is respected. When creating a...

bug

### Describe the issue: The function `get_tau_sigma` in `distributions/continuous.py` does not properly handle lists of `Variable`s. When a list is passed, the function attempts to convert it to a `numpy`...

bug

**What is this PR about?** This PR refactors the `get_tau_sigma` logic in order to support lists of `Variable`s and fixes https://github.com/pymc-devs/pymc/issues/6987. N.B. The original code had a positivity check for...

Starting with the latest update, I am no longer able to access my seafile drive using the default system file selection tool. I have tested this both attempting to browse...

This might be related to https://github.com/haiwen/seafile/issues/2677 Recently, `seaf-cli` has started ignoring some files in `.git` folders, resulting in corrupted `git` repositories. Just now, I: 1. initialized a new git repository...

priority-low

### Describe the issue: I'm running `pymc` in a `condor` HTC environment, where my models are sampled on compute nodes and the output is streamed or copied back to the...

bug

**Describe the bug** Upon creating a fourth 3D scatter plot from a loaded, small dataset, `glue` crashes with the error: ``` malloc(): unsorted double linked list corrupted ``` The second...

bug

**Describe the bug** Neither the `conda` installation instructions nor the `pip` installation instructions, [both found on this page](https://docs.glueviz.org/en/stable/installation/installation.html), are able install a working version of glue. **To Reproduce** First, `conda`...

bug
conda
installation

**Describe the bug** When attempting to include `reference_values` in `plot_pair`, the keys of `reference_values` are compared against the *labeled* `var_names`, i.e. after transforming them under the `MapLabeller` passed via `labeller`...