DeepTrackAI / DeepTrack2

DeepTrack2
MIT License
162 stars 50 forks source link

Error in "cell migration analysis"_module 5 "Evaluating the network" #175

Closed LeileiChenplus closed 1 year ago

LeileiChenplus commented 1 year ago

Hi!

There seems to be an issue in the example Particle tracing-Training MAGIK to trace migrating cells. In module of Evaluating the network_gnns.get_predictions, we confront an error as below:


TypeError Traceback (most recent call last) Cell In[13], line 1 ----> 1 pred, gt, scores, graph = dt.models.gnns.get_predictions( 2 test_nodesdf, ["centroid"], model, variables 3 )

TypeError: get_predictions() takes 3 positional arguments but 4 were given

Have you noticed this? If yes, is there any solution for this problem?

JesusPinedaC commented 1 year ago

Hello!

Thanks for reporting this issue. We have updated the example to fix the error.

Feel free to contact us again if the problem persists!