MauroPen / MyPythonRepo

0 stars 0 forks source link

Fix the "arrays mess" #47

Open MauroPen opened 1 year ago

MauroPen commented 1 year ago

Due to some limitations with the concatenate function (arrays concatenated should be of the same length in all the dimensions), tricks were necessary to make it work.

Consider refactoring the whole process in order to deal with simpler objects.

Remember to adjust all the functions affected, unit test scripts included.