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

[REVIEW] Bug ext python test #105

Merged
merged 33 commits into from
Mar 6, 2019

Commits on Mar 1, 2019

  1. Configuration menu
    Copy the full SHA
    7370343 View commit details
    Browse the repository at this point in the history
  2. fixed pylint errors and warnings (except for ones related to missing …

    …docstring, short variable names, superfluous parens, and consider using enumerates).
    seunghwak committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    446873a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9742127 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cce4912 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. fixed a 'terminate called after throwing an instance of 'thrust::syst…

    …em::system_error' what(): radidx_sort: failed on 2nd step: invalid device pointer' error on test_graph.py
    seunghwak committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    b1f4e02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b9f2ff View commit details
    Browse the repository at this point in the history
  3. modified test_grmat.py to execute a test case in pytest (this just te…

    …sts R-mat graph generation successfully returns, does not really validate that the output graph is a valid R-mat graph)
    seunghwak committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    169b6fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    35c7ff6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d1f460e View commit details
    Browse the repository at this point in the history
  6. additional flake8 fixes

    seunghwak committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    a4840f8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2167980 View commit details
    Browse the repository at this point in the history
  8. CHANGELOG.md

    seunghwak committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    d29186a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    af9d966 View commit details
    Browse the repository at this point in the history
  10. fixed pylint errors and warnings (except for ones related to missing …

    …docstring, short variable names, superfluous parens, and consider using enumerates).
    seunghwak committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    d867ce9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ee5926a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bf6a8e0 View commit details
    Browse the repository at this point in the history
  13. fixed a 'terminate called after throwing an instance of 'thrust::syst…

    …em::system_error' what(): radidx_sort: failed on 2nd step: invalid device pointer' error on test_graph.py
    seunghwak committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    8335790 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7398072 View commit details
    Browse the repository at this point in the history
  15. modified test_grmat.py to execute a test case in pytest (this just te…

    …sts R-mat graph generation successfully returns, does not really validate that the output graph is a valid R-mat graph)
    seunghwak committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    dcb7a1f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5c89201 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2dc4b0a View commit details
    Browse the repository at this point in the history
  18. additional flake8 fixes

    seunghwak committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    91f8011 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b7f3c65 View commit details
    Browse the repository at this point in the history
  20. CHANGELOG.md

    seunghwak committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    e18ece0 View commit details
    Browse the repository at this point in the history
  21. minor fixes for merge

    seunghwak committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    0e7c12d View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6c1d8eb View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    44082ff View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    e0185c5 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    6633372 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    1efc5a0 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    9da6b38 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    35d6f22 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. Configuration menu
    Copy the full SHA
    aa60d2b View commit details
    Browse the repository at this point in the history