Timothy J Laurent
Timothy J Laurent
This confused someone in the lab (including me) Thanks for the software
## Problem must use --reload to re-run samples that whose runs have failed for some reason. ## Proposed solution --reload should still 'rerun' a sample but you could check for...
It would be great to adapt this to Google's system. They have to the minute billing so that should simplify the dynamic scaling of the cluster.
I am getting an error from the `meta(cls)` method in models.py Will give a PR shortly
Consider this: ```python from pydantic import BaseModel @registry.dim('v1') class Dim(BaseModel): length: int @registry.architecture('v1') def load_architecture(foo: str, dim: Dim): ... config str = """ [model] @architecture = 'v1' length = 6...
I tried to install and was unsuccessful: ``` root@2f39a034e21d:~/.spf13-vim-3# curl http://j.mp/spf13-vim3 -L -o - | sh % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload...
This would be great ... getting hung up on the agg functions
Hi I love this function although I had a difficult time getting it working for some tables initially. I had to make the following change to the program to get...
### Description We have a poetry monorepo that uses relative imports for sharing code. We recently noticed that some non-optional dependencies in the main dependency section aren't being installed _unless_...