-
This issue continues discussion starting at https://github.com/arviz-devs/InferenceObjects.jl/issues/8#issuecomment-1223007423.
Some Julia PPLs can return draws as arbitrary Julia types. Here's an …
-
```
import math
import random
import numpy as np
import matplotlib.pyplot as plt
import tensorflow as tf
import cv2
import os
from random import shuffle
from tqdm import tqdm
# Convoluti…
-
Currently
```
In [1]: a = np.ones(10)[::2]
In [2]: a.flags
Out[2]:
C_CONTIGUOUS : False
F_CONTIGUOUS : False
OWNDATA : False
WRITEABLE : True
ALIGNED : True
UPDATEIFCOPY : Fal…
-
when comparing two associative arrays with different domains, `test.assertEqual` errors instead of returning false
### Summary of Problem
when comparing two associative arrays with different d…
-
Several functions that operate on `AnalogSignal` data return simple `numpy.ndarray`s, e.g.
- [the spectral analysis methods](https://elephant.readthedocs.io/en/latest/reference/spectral.html)
- [cor…
-
## 1. General summary of the issue
In writing tests to ensure the accurate fixing of the issue resolved by [this PR](https://github.com/PowerShell/PowerShell/pull/8407), I discovered that `Should` …
-
It would be great if you could multiselect values on category fields. Currently you can only select one category to filter on.
Any interest in this? I don't mind taking a crack at it.
-
We use [FixedSizeListArrays](https://arrow.apache.org/docs/format/Columnar.html#fixed-size-list-layout) and [ListArrays](https://arrow.apache.org/docs/format/Columnar.html#variable-size-list-layout) t…
-
It seems the trend is to use things like LabelledArrays.jl for parameter vectors so that you get both `x[i]` and `x.a` access to values, which makes writing the objective function much much easier. Do…
-
Is there a recommended way to pass a fortran-ordered 2d/3d array to `storeChunk`?
~~Should I simply swap the order of `chunk_offset` and `chunk_extent`?~~ Actually, this is unlikely to produce the …