-
I have ~800GBs of csvs distributed across ~1200 files and a mere 32GB of RAM. My objective is to incrementally build a parquet dataset holding the collection. I can only hold a small subset of the dat…
-
**General**
Currently, in web3py contract functions are dynamically generated in runtime. However code completion, type inference, and other intelligent features provided by IDEs doesn't work seamles…
-
Hi there,
I'm using Histolab's RandomTiler to sample my image and extract some tiles at random. I'd like to save the image that gets output when I call the locate_tiles on my tile extractor. I've …
-
Good day!
It looks like `PermutationGroup` accepts a number of permutations, and generates the entire group from them ([docs](https://docs.sympy.org/latest/modules/combinatorics/perm_groups.html?hi…
-
I'm a package user, not a developer so I apologize in advance if I am missing something obvious in the API descriptions.
**My use case:**
I'm consuming output of some data engineers to produce agg…
-
No response after starting dscan(theta). Last scan was good.
It seems that FCCD cannot be triggered, see second message below.
Also, on the FCCD image, writing data shows always, even when restart F…
-
The way parsing is handled for the core tests is a _nightmare_ and seriously impedes the ability to extend pyresttest. We have a special case for each parse option, and the handling of command-line, …
-
I just launch the doctest code written in the `rstoolbox.analysis.secondary_structure_percentage` function docstring:
```python
from rstoolbox.io import parse_rosetta_file
from rstoolbox.analysis…
-
I use dungeonsheets as a base to my dungeonstorybook project and noticed that the weapons wielded by monsters are listed in their docstrings and not in their weapon list. The spells also are double-li…
-
We need to make sure the docstrings all describe inputs, outputs, etc. in a standard format, ideally with examples. Unless anyone objects, I'll use the "numpy docs" format; this is what `pystablemotif…