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 error message more useful #150

Open
sarahmaggie33 opened this issue Apr 10, 2018 · 0 comments
Open

Make error message more useful #150

sarahmaggie33 opened this issue Apr 10, 2018 · 0 comments

Comments

@sarahmaggie33
Copy link

I got the following message while using Pybertini:

Traceback (most recent call last):
  File "Path_Tracking_Data_Creator.py", line 84, in <module>
    main(10)
  File "Path_Tracking_Data_Creator.py", line 16, in main
    data_set = create_data(tols, preds)
  File "Path_Tracking_Data_Creator.py", line 27, in create_data
    runtime, successcode = compute_values(t, p, tr, td)
  File "Path_Tracking_Data_Creator.py", line 50, in compute_values
    code = tr.track_path(result=midpath_points[ii], start_time=start_time, end_time=eg_boundar                               y, start_point=td.start_point_mp(ii))
RuntimeError: start point size must match the number of variables in the system to be tracked

It would be useful if it printed the number of variables

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

No branches or pull requests

2 participants