-
Notifications
You must be signed in to change notification settings - Fork 74
start fixtures, types, challenge creation, mock run (stable #37
Conversation
Hi @SilenNaihin , it's not recommended to include challenge data within the Python file, as this can make it difficult to scale the benchmark and allow others to contribute challenges using a simple JSON format. The data folder, samples for each challenges and README.md should be kept, as they provide guidance for each type of challenge. |
The Error message shows up |
Other than what pan said, I can't see anything else. |
Thank for the comments @ScarletPan @AbTrax, writing out for reference
good point, I moved it to a r1_data.json file that lives within a directory for that specific challenge (ease of access per challenge)
this has become the mocks folder now. added back the read me to the challenges folder, good point there
typically yes, but since this is a pip installable package in order to interact with it through poetry these must be in the agbenchmark folder - that is functionally the root of the project
did you follow the instructions outlined in readme to run it?
|
Creating all of the starter code other than the server boilerplate.