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

Make it simpler to debug #699

Open
1 of 5 tasks
JasonMarechal25 opened this issue Oct 18, 2023 · 2 comments
Open
1 of 5 tasks

Make it simpler to debug #699

JasonMarechal25 opened this issue Oct 18, 2023 · 2 comments
Assignees

Comments

@JasonMarechal25
Copy link
Contributor

JasonMarechal25 commented Oct 18, 2023

When there are issues in xpansion, debuging can prove to be difficult.
Let's say an error occurs in Problem Generation, you need :

  • Find the c++ command line, probably by adding a "print" in driver
  • Ensure to have the proper data structure (archive, output, lp dir, etc.)

To simplify this some actions can be taken :

  • Drivers shouldn't "do" anything, they can verify data though.
  • Command line interface should be simplified. A lot of parameters can be defaulted to some values
  • Invert c++/python: have a c++ executable (for debugging purpose) that call python.

Tasks:

@a-zakir
Copy link
Contributor

a-zakir commented Nov 20, 2023

You can erase fullrun from this, it’s not properly an Xpansion step. I suggest To not duplicate responsibilities between c++ and Python. Thus, i propose focusing only on user’s friendly features

@a-zakir
Copy link
Contributor

a-zakir commented Nov 20, 2023

Debugging is our burden

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

No branches or pull requests

2 participants