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

Is Symbol or IndexedBase the correct type here? #85

Open
github-actions bot opened this issue Jan 28, 2023 · 0 comments
Open

Is Symbol or IndexedBase the correct type here? #85

github-actions bot opened this issue Jan 28, 2023 · 0 comments
Labels

Comments

@github-actions
Copy link
Contributor

Is Symbol or IndexedBase the correct type here?

# TODO: Is Symbol or IndexedBase the correct type here?

    _check_for_invalid_system_of_equations(
        eqs, subs_dict, plug_solutions, to_solve_for, solve_exprs
    )
    # TODO: Is Symbol or IndexedBase the correct type here?
    eq_arrs = _symbolic_to_matrix(solve_exprs, to_solve_for)  # type: ignore[arg-type]

    # Get better initial x0 by adding to appropriate plug
    _adjust_x0_to_initial_balance_guess(

27d5d4bbadb952e0f285328be5878d2798e1c72b

@github-actions github-actions bot added the todo label Jan 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

0 participants