Daniel Russel
Daniel Russel
In addition, they should check whatever we decide regarding optimized attributes.
Probably best to have something like the swig dependency script that computes them all in parallel. Can be done up front. It can be pretty dumb too. ctest can be...
Tests that read a file, write it back and then diff the content to make sure we process everything we should be processing.
That looks like the other clustering methods.
Method to save coordinates and derivatives of model. Method to reload coordinates. evaluate and then compare derivatives with saved ones.
**Describe the Bug** `zip_int64_t read = zip_fread(f, data, capacity);` (on a relatively normal zip file on disk) if `capacity > 2^32` then the data ends up in the wrong place...
### Describe the issue In layout.h we have ``` if defined(__GXX_RTTI) #define ABSL_INTERNAL_HAS_CXA_DEMANGLE #endif #ifdef ABSL_INTERNAL_HAS_CXA_DEMANGLE #include #endif ``` which then falls over since cxxabi.h doesn't exist. ### Steps to...