Jan-Grimo Sobez
Jan-Grimo Sobez
Fruit from a Discord discussion with @stefan-k: One way to avoid having to specify many `argmin_math` trait bounds seems to be (example for `nalgebra`, unsure about `ndarray`) constraining `CostFunction` and...
As a little caveat, I have been removed from active development of most of these modules for a while and am sure to have forgotten some of the motivations and...
Fair point regarding SO substitution and updating. Conda is, however, not our only platform of concern. For our modules to function individually on PyPI, I think we will need to...
I don't much want to include this patch in molassembler; this seems like an upstream issue, no? `_Thread_local` seems to have been substituted into your `nauty/nausparse.h` header file by nauty's...
Any static or shared libraries are built from the same set of object files, so nothing gets compiled twice. The static variant is always built to allow testing of non-public...
Considering the floating point runtime checking was intended as a debugging tool to figure out why this routine does not work the way it should, the import to `` is...
Why is it redundant for the python bindings to be linked against a static molassembler library? I think this was chosen specifically to reduce the amount of files and code...
What's different between readuct and molassembler that the same approach but with the static library variant isn't feasible?
I wholeheartedly agree with you that applying formatting to the entire file once would be best. However, an organization may decide not to apply standardized formatting, or reject a one-time...