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

Show FutureWarning and DeprecationWarning for pytest #4138

Draft
wants to merge 40 commits into
base: master
Choose a base branch
from

Commits on Oct 26, 2024

  1. Configuration menu
    Copy the full SHA
    545e2a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64c99d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. Configuration menu
    Copy the full SHA
    3a79e83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c213125 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc8d0ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    52348ea View commit details
    Browse the repository at this point in the history
  5. use single quote

    DanielYang59 committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    0d697e9 View commit details
    Browse the repository at this point in the history
  6. ignore Userwarning

    DanielYang59 committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    35ad4ca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0aad506 View commit details
    Browse the repository at this point in the history
  8. DeprecationWarning: Testing an element's truth value will always retu…

    …rn True in future versions. Use specific 'len(elem)' or 'elem is not None' test instead.
    DanielYang59 committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    0dd7e40 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    47bca8c View commit details
    Browse the repository at this point in the history
  10. fix get_vasp_input

    DanielYang59 committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    b4bee46 View commit details
    Browse the repository at this point in the history
  11. add comment

    DanielYang59 committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    6a62d63 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0dad00c View commit details
    Browse the repository at this point in the history
  13. suppress warning

    DanielYang59 committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    f693604 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f84bfd3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4b92c08 View commit details
    Browse the repository at this point in the history
  16. fix lammps input

    DanielYang59 committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    1d9f673 View commit details
    Browse the repository at this point in the history
  17. n_elems

    DanielYang59 committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    bc5024f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    846c5fa View commit details
    Browse the repository at this point in the history
  19. fix get_vasp_input

    DanielYang59 committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    a122ec9 View commit details
    Browse the repository at this point in the history
  20. avoid warning leakage

    DanielYang59 committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    bc755b2 View commit details
    Browse the repository at this point in the history
  21. fix lobster

    DanielYang59 committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    8c1cee5 View commit details
    Browse the repository at this point in the history
  22. replace phonopy

    DanielYang59 committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    401df09 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    856bfc0 View commit details
    Browse the repository at this point in the history
  24. fix pandas na filter

    DanielYang59 committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    050bf49 View commit details
    Browse the repository at this point in the history
  25. enhance filter msg

    DanielYang59 committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    d5a749d View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    2f54d9d View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    80d3d6a View commit details
    Browse the repository at this point in the history
  28. fix pd.read_json

    DanielYang59 committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    96ff0e3 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    1ec42d9 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    6ed8a65 View commit details
    Browse the repository at this point in the history
  31. fix openff

    DanielYang59 committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    a1538f9 View commit details
    Browse the repository at this point in the history
  32. clean up warning filter

    DanielYang59 committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    3dd3a3b View commit details
    Browse the repository at this point in the history
  33. add comment

    DanielYang59 committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    241621a View commit details
    Browse the repository at this point in the history
  34. filter intended usage

    DanielYang59 committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    041c874 View commit details
    Browse the repository at this point in the history
  35. clean up warn filter

    DanielYang59 committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    e4df7b3 View commit details
    Browse the repository at this point in the history
  36. revert plotly bump

    DanielYang59 committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    e01dec6 View commit details
    Browse the repository at this point in the history
  37. enhance comment

    DanielYang59 committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    e69e3f0 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

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