Closed LeileiChenplus closed 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?
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!
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?