Johann Dahm
Johann Dahm
I was writing a test for Pace and realized that I have to essentially specify the domain twice: once when creating the `GridIndexing` specification for the `StencilFactory`, and another time...
This currently uses both `stencil` as well as `lazy_stencil`, but the former can be eliminated. `lazy_stencil` compiles the first time the `implementation` attribute is referenced.
Use the numpy equivalents on the Quantity. See https://github.com/ai2cm/pace/pull/375#discussion_r1019721303.
DaCeProgress is a custom made Logger that prepend orchestration mode & prints timing when used at a ContextManager. It uses default python logger, but this should be the base of...
If a user runs `make savepoint_tests_*` from within Pace, Docker returns `Unable to find image 'us.gcr.io/vcm-ml/pace:latest' locally`. We need to run `make build` first. This artifact doesn't even exist on...