Wolf Vollprecht
Wolf Vollprecht
Currently, we only benchmark one expression. In the old PR of @DerThorsten templates are used for easy benchmarking of expressions with multiple frameworks. This should be adapted here.
From our experience in the mamba project, the default receive buffer size of libcurl is relatively small. Increasing it can help a lot with the achievable download speed. Might be...
### Checklist - [X] I added a descriptive title - [X] I searched open reports and couldn't find a duplicate ### What happened? I think it would be good to...
### Checklist - [X] I added a descriptive title - [X] I searched open reports and couldn't find a duplicate ### What happened? The new conda package handling extracts directory...
For some reason, this fails with an error in xeus-python but works in pyodide/pyolite: ``` import os import pathlib os.path.exists("/drive/idontexist") pathlib.Path("/drive/idontexist").exists() ``` In xeus-python it prints: ``` --------------------------------------------------------------------------- OSError Traceback...
Potentially we could define some custom blocks from a Python script or from a Notebook if we use some decorators. Something like: ``` @block def myfunction(a: int, b: int) ->...
We could make some custom blocks to do some simple plotting with matplotlib.
We're building packages in the robostack project, including this one to make it easy to install ROS with conda: https://github.com/robostack/ros-noetic Unfortunately gdal seems to be missing from the `package.xml` file?