-
Get them all local so we can access them over known links.
-
See https://github.com/dask-contrib/dask-awkward/issues/499#issuecomment-2063241077 for more information. Basically - use axis=1 for each file/sample. This should substantially reduce the number of ta…
-
We need to have a query that does some heavy skimming of the SX query to better understand:
* How this will behave when we are doing "real physics"
* How much time is being lost to output compress…
-
Using the first uproot script, exercise running from an xcache server
-
Use of means that Python 3.6 is not supported, since [`annotations` was added to `__future__` in 3.7](https://docs.python.org/3/library/__future__.html), yet `setup.py` claims that 3.6 is supported:
-
Thanks to an XSEDE start-up grant, we have an allocation on SDSC's [Expanse GPU Supercomputer](https://www.sdsc.edu/support/user_guides/expanse.html)
This issue will record notes on getting the ser…
-
### Title
The scientific side of Python and Open-Source: using Python for High Energy Physics at CERN
### Describe your Talk
I'll start broad, covering use cases of Python across the scientific co…
-
Run tests on SX with multiple datasets. See how fast we can go!
-
:wave: At the moment on the `3.0_develop` branch the `servicex` package is being packaged as a [Python application and not a Python library](https://iscinumpy.dev/post/app-vs-library/). If this is int…
-
In scenarios where multiple dask workers are running on a machine (for example, a local cluster with O(10) workers), only one dask worker will be busy deserializing data from root; multiple threads co…