-
A new FleCSI unit test produces the following error and backtrace with 2923ea78.
The test involves creating and destroying temporary partitions; it is run with 4 processes on a single node.
> pure…
-
I am trying to install OGGM 1.5.2 on Ubuntu 20.04. I followed the following set of commands:
```
conda create --name oggm_env python=3.9.7
source activate oggm_env
mamba install -c oggm -c con…
-
Assume a function with doctest where the return create a linebreak `\n`:
```python
import xarray as xr
def func(a, b):
"""
Example:
>>> import xarray as xr
>>> func(xr.DataArr…
-
BPO | [2389](https://bugs.python.org/issue2389)
--- | :---
Nosy | @gvanrossum, @loewis, @rhettinger, @jcea, @hniksic, @avassalotti, @benjaminp
Files | [portable_array_pickling.diff](https://bugs.pytho…
-
Hi, I tried to create a 300k \* 300k matrix to find that sparse matrix is not supported in NArray.
Is there a plan to implement ?
himkt updated
3 years ago
-
Hi all,
Nice to see that NArray is finally being developed again. However, it concerns me that a lot of the development here mirrors the development at SciRuby (http://sciruby.com/), and so users wil…
-
Hi,
Congrats on the new release! examples/draw_text.rb and examples/spectrum.rb worked nicely!
The Turing Pattern example does work, but I do not see anything resembling waves with it. I made s…
-
I use now PDL 2.072.
#! /usr/bin/perl
use PDL::IO::IDL;
$PDL::IO::IDL::test=1;
$mod = ridl("test.sav");
print (...) interpreted as function at /usr/local/lib64/perl5/PDL/IO/IDL.pm line 681.
…
-
https://teratail.com/questions/359674
Windowsだと確かに上記のエラーが出るようです。
-
Thanks for the great jobs.
In my case, i get video/frame from webcam using opencv, so i need copy it to gpu which costs a lot; after processing by model(in fact it costs little), i want the result to…