Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix max_memory in LASCI ci_cycle (issue #54)
max_memory in the FCI kernel call in lasci_sync was incorrectly overwritten to *remaining* memory, causing incorrect exceptions to be raised. Just unset that kwarg since the corresponding member is set correctly at object initialization.
- Loading branch information