IvoGoman / Diabetes-App

Development Repository for the Team Project HWS 2015/ FSS 2016
1 stars 0 forks source link

[EntryScreenActivity] app hangs after CSV upload #83

Closed StefanHelmstetter closed 8 years ago

StefanHelmstetter commented 8 years ago

Since one of yesterdays pushes the App hangs when opening the EntryScreenActivity after the CSV was loaded in some cases.

StefanHelmstetter commented 8 years ago

The problem is that when opening the DailyRoutineFragment the Heuristics Miner calculated its routine. This takes very long, therefore it hangs.

StefanHelmstetter commented 8 years ago

@JanWe92 The heuristics miner needs to be implemented in the PredictionFramework and needs to have an ArrayList<ArrayList> as input. Of course you can convert it into an ArrayList if it suits better, but then please do this within your function to keep the code clean.

JanWe92 commented 8 years ago

I already fixed that. Will be implemented by the next push.