SNG-Newy / eigenstrapping

A toolbox for generating spatial null maps using geometric eigenmodes
GNU General Public License v3.0
9 stars 3 forks source link

[FIX] blocking print #5

Closed nikitas-k closed 5 months ago

nikitas-k commented 5 months ago

Issue with suppressing all print calls when modules are imported. Stems from eigenstrapping.geometry.blockPrint being called at line https://github.com/SNG-Newy/eigenstrapping/blob/a1f735aa69af928b32ff8a14f19570868ca68c44/eigenstrapping/geometry.py#L28. Removed this line from main branch.

nikitas-k commented 5 months ago

Removed from 8b28845