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

test: add tests for graph_from_biadjacency_matrix() #1520

Merged
merged 6 commits into from
Oct 1, 2024

Commits on Oct 1, 2024

  1. test: add tests for graph_from_biadjacency_matrix()

    maelle authored and aviator-bot committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    0df4c0b View commit details
    Browse the repository at this point in the history
  2. refactor: move weighted argument handling to graph_from_biadjacency_m…

    …atrix() + improve error message
    maelle authored and aviator-bot committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    5268956 View commit details
    Browse the repository at this point in the history
  3. test: use naming and argument value as advised by @szhorvat

    maelle authored and aviator-bot committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    b03e24a View commit details
    Browse the repository at this point in the history
  4. test: use more diverse weights as advised by @szhorvat

    maelle authored and aviator-bot committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    ce249b2 View commit details
    Browse the repository at this point in the history
  5. test: add test case for dense+multiple

    maelle authored and aviator-bot committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    44bd8f4 View commit details
    Browse the repository at this point in the history
  6. feat: add error when both graph_from_biadjacency()'s arguments `mul…

    …tiple` and `weighted` are TRUE
    maelle authored and aviator-bot committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    be6845b View commit details
    Browse the repository at this point in the history