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

remove the isinstance check in the problem setups #258

Merged
merged 3 commits into from
Sep 6, 2024

Commits on Sep 6, 2024

  1. remove the isinstance check in the problem setups

    we don't need to restrict the setups to CellCenterData2d -- FV2d
    works just as well for most.
    
    Additionally, enforcing this check is not really pythonic
    zingale committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    9fbda9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cdcd9e View commit details
    Browse the repository at this point in the history
  3. fix flake8

    zingale committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    40b8b8b View commit details
    Browse the repository at this point in the history