gianthk/ciclope

wrong cell data nodes list for non-square models

gianthk opened this issue · 1 comments

358x349
284x284

@enricoschileo @GiuliaFraterrigo thanks for reporting this. The bug was at line 107: row_nodes = data_shape[1] + 1. The correct index being row_nodes = data_shape[2] + 1. This is fixed now. You can do a fresh pull or pip install ciclope --upgrade.
cropped2