SpectralSequences / sseq

The root repository for the SpectralSequences project.
Apache License 2.0
22 stars 10 forks source link

Fix bruner nassau crash #112

Closed JoeyBF closed 1 year ago

JoeyBF commented 1 year ago

It turns out the bug wasn't very deep at all. Constructing the map requires quasi-inverses, and those only exist for Nassau resolutions when they have a save directory. I added the option to specify one, and now it looks like everything works.

Fixes #108