Skip to content

馃殌 Allow to skip importing all equations at once

Yann B眉chau requested to merge dont-import-everything into master

This MR allows to improve import performance (which was previously awful, multiple seconds just to import parmesan) by setting the PARMESAN_SKIP_EQUATION_IMPORT=yes. This skips importing the all equations, which takes the longest time. They can be imported manually later or with parmesan.load_equations().

Merge request reports