unitaryfund / metriq-client

Fork of papers-with-code client
https://metriq.info
Apache License 2.0
3 stars 9 forks source link

Test "update" task #58

Closed WrathfulSpatula closed 1 year ago

WrathfulSpatula commented 2 years ago

Test that a task can be updated with the Python client.

Metriq client method is here: https://github.com/unitaryfund/metriq-client/blob/3504b73e282864671e7227ad5796468872d1844d/metriq/client.py#L307 Controller route is here: https://github.com/unitaryfund/metriq-api/blob/d22472555de79112fe21ae4fd7ff529ef1e7a22d/metriq-api/controller/taskController.js#L68 Service route is here: https://github.com/unitaryfund/metriq-api/blob/d22472555de79112fe21ae4fd7ff529ef1e7a22d/metriq-api/service/methodService.js#L168

srilakshmip03 commented 1 year ago

I can grab this one!

vprusso commented 1 year ago

Awesome, sounds good @srilakshmip03 !

vprusso commented 1 year ago

I'm going to close this one, as I believe one of the hackers from unitaryHack was able to tackle this one here: https://github.com/unitaryfund/metriq-client/blob/development/examples/task_update.py

Thanks for the interest, @srilakshmip03 !