Daniel Russel

Results 39 issues of Daniel Russel

In addition, they should check whatever we decide regarding optimized attributes.

bug
nightly tests
IMP.core

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...

feature request
build system

Tests that read a file, write it back and then diff the content to make sure we process everything we should be processing.

bug
nightly tests
IMP.atom

That looks like the other clustering methods.

feature request

eg use a whole pdb with synthetic data.

bug

Method to save coordinates and derivatives of model. Method to reload coordinates. evaluate and then compare derivatives with saved ones.

feature request

**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...

bug

### 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...