Sergi Siso

Results 74 issues of Sergi Siso

In #2656 there are comments about `.debug_string()` sometimes failing backend validations, making it turn up later, but currently necessary due to single transformations not being enough to validate in some...

The integration tests show that we introduced a performance degradation on LFRic around the time we added pointer_assignments (or PRs around). Note that it would be good to indicate when...

A couple of patterns have emerged to report TransformationErrors - TransformationErrors often need the context of when they happen in the error message, the easy way to do it is...

When we validate the transformation options argument we raise TransformationErrors (as with any other errors that happen in the validation). But in several cases we let TransformationError be ignored in...

question