Closed euhruska closed 6 years ago
maybe related to #1365?
no, this issue happens even without koopman option and #1365 happens only for koopman option.
I think I know what is going on there. Stand by
what is the shape of these arrays?
The shown stack trace says that the MemoryError is raised during exception message building. I think this is highly unlikely. Please post as much information as possible about the input of tica, so we can investigate this.
Note that the exception to be raised is about non matching input dimensions of your input data.
my bad, there was one single numpy array which was wrong dimension
thanks for the feedback, in any case there shouldn't be a MemoryError in these cases. Was there a high memory pressure on the system while executing this?
no, it had the whole memory of a node, less than 1GB shouldn't cause memory pressure
I'm getting an memory error with tica. I have 2401 files (700MB) and when I use only 1000 of them tica works, but when I use all of them is fails as below . Is there a way to improve this? get_out_arr is a list of numpy arrays. pyemma2.5.4+4.g73f3c06d python 3.5.5