Tags: Kaleidophon/deep-significance
Tags
🐛 Fix critical bugs related to multi_aso() and symmetry discovered vi… …a issue #7 (see below) * Fix bug where symmetry property wouldn't be used to correctly to fill eps_min matrix * Fix bug where indices would be misaligned, filling the wrong matrix entries with scores * Add Mike's example from issue #7 as explicit test cases
🐛 Hotfix for two crtiissues (see below) * Somehow, using multiple jobs resulted in import errors in the distributed function -> fixed by checking if modules are available in local scope and importin$ * After adding seeding to ASO, the number of bootstrap samples would be reduced to the number of jobs (oops) * Minor: Fix link to readthedocs link in README