unitaryfund / metriq-client

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

result_add example has missing argument #117

Closed karlaspuldaro closed 9 months ago

karlaspuldaro commented 9 months ago

According to the result_add() method defined in client.py, it requires the parameters: def result_add(self, result: ResultCreateRequest, submission_id: str) -> Result:

Submission ID is missing in the example for this method: client.result_add(result)