Replies: 1 comment 2 replies
-
I just filed a bug report (#498) and will try to get a fix out sometime this week. Thanks! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am confusing, when I use
b = phoebe.default_binary( )
,theb.run_solver(kind='rv_geometry', solution='rv_geom_sol')
working.but when I use
b = phoebe.default_binary(contact_binary=True)
, the same data, theb.run_solver(kind='rv_geometry', solution='rv_geom_sol')
not working, showValueError: 0 results found for twig: 'None', {'qualifier': 'rvs', 'check_visible': False, 'check_default': False, 'check_advanced': False, 'check_single': False}
.I don't know what's going on, I hope I can get an answer, thank you very much. --daimin
Beta Was this translation helpful? Give feedback.
All reactions