Robin De Schepper

Results 308 comments of Robin De Schepper

I want to know when I can throw certain caches away, perhaps this is a feature request for recipe lifecycle hooks instead then?

Should they be? `__repr__` serves to generate a string that can represent the object when passed to `eval()`, while `__str__` simply converts it to a string. This is best illustrated...

Important note: Make it **clear** that it is still a print of an object, and make them unique even when their values used to inform you are the same! You...

About pickleability, if there's a recipe constructor that takes the ARF string you can register a dispatch function on `arbor` module load to transparently store recipe pickles as their ARF...

Could a `dependencies` field be added to `arbor.config()` that lists the versions of each dependency that arbor was built with?

It's about having to say `gpu=cuda`, while arbor already knows it will only accept `cuda`, so why not expose this value so ABC can pick it up as default when...

Right, then the value in `arbor.config()` can be an array of supported backends, and `--gpu` in ABC turns on all supported backends? If a choice MUST be made, ABC errors...

Well, I'm pretty sure that's more of a bug than a feature, since it'll error if you actually use the GPU parts, and we can safely assume, as a sane...

Small note: I'd love a mix of s-expressions and pipelines! Could simplify and clarify a lot of operations