-
The help on ppv, seems to be broken.
help(ppv)
---------------------------------------------------------------------------
TypeError Traceback (most recent call …
-
The main usage docs revolve around code examples, but these are currently just hard-coded in. It would be good to generate these results automatically, and even better if the docs would display the lo…
-
### Tasks/Steps/Elements
Took a stdf file and just written it under test2.stdf
` with open('test2.stdf', 'wb') as new_stdf:
for REC in STDF.records_from_file(f):
new_stdf.write(REC.…
-
good.py
```python
from mlir_graphblas import MlirJitEngine
from mlir_graphblas.mlir_builder import MLIRFunctionBuilder, GRAPHBLAS_PASSES
from mlir_graphblas.algorithms import _build_common_ali…
-
```
Error in py_call_impl(callable, dots$args, dots$keywords) :
AttributeError: 'NoneType' object has no attribute 'Hwnd'
Detailed traceback:
File "D:\DATASC~1\PYTHON~1\IDES\Anaconda\lib\…
-
## Compiler version
3.1.3
## Minimized code
```scala
/* this definitions are supposed to be equal, isn't it? */
val repr: TypeRepr = ...
val alsoRepr: TypeRepr = repr.memberType(repr.typeSymbo…
-
Try this in Jupyter (jupyterlab 3.4.6)
```python
import numpy as np
import pint
q = pint.Quantity(np.ones(shape=(10000,1000)), 'm')
q
```
This takes very long, and the time scales with the arra…
-
A function that could get a query\json repr of a query and output all tables/columns used by a query would be useful for cases in which you want to check if the user of an attempted query has sufficie…
-
```python
# test_rtweeklydiff
Line 71: assert rt.shape == torch.Size([duration])
AssertionError: torch.Size([7]) != torch.Size([30])
```
----
```python
# test_rtweeklydiff_no_autoregressive
Li…
-
_Original ticket http://projects.scipy.org/numpy/ticket/2051 on 2012-02-12 by trac user beaujolais, assigned to unknown._
Python 2.7 and 3.1 now always use the shortest decimal representation for num…