Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solving a new problem without public test #62

Open
Shuyangg opened this issue Oct 29, 2024 · 0 comments
Open

Solving a new problem without public test #62

Shuyangg opened this issue Oct 29, 2024 · 0 comments

Comments

@Shuyangg
Copy link

Hi, thanks for your work.
I try to run this:
python -m alpha_codium.solve_my_problem --my_problem_json_file /path/to/my_problem.json
with my_problem_example.json like:
{ "name": "Median of Two Sorted Arrays", "description": "Given two sorted arrays nums1 and nums2 of size m and n respectively, return the median of the two sorted arrays.", "public_tests": { "input": [], "is_valid_test": null, "output": [] }, "private_tests": { "input": [], "is_valid_test": null, "output": [] } }
Then I meet this error:ERROR:root:Failed 'run_validate_self_reflect', Error: exceptions must derive from BaseException.
So how can I use this flow on a problem without test cases?
Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant