dschwoerer / BOUT-dev

Development (unstable) branch of BOUT++
GNU Lesser General Public License v3.0
1 stars 1 forks source link

fromCollect #5

Closed dschwoerer closed 6 years ago

dschwoerer commented 6 years ago
        if (data.shape[1] == 1 and len(data.shape) == 4):
            data=data.reshape(data.shape[1:])

As collect does not return what dimensions are loaded, handling both save_repeat=True and save_repeat=False cases is hard ...