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

Make load_profile importable from aiida module #6609

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from

Commits on Nov 13, 2024

  1. Make load_profile importable from aiida module

    load_profile() is widely used and documented. Exposing it as API under
    aiida module directly can make a bunch of LSP happy.
    unkcpz committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    21811b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f243d47 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Remove unused imports

    unkcpz committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    3abfe5e View commit details
    Browse the repository at this point in the history
  2. Type for ipython var

    [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    unkcpz committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    bb35d26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d157eb View commit details
    Browse the repository at this point in the history
  4. Fix doc build

    unkcpz committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    33dc94c View commit details
    Browse the repository at this point in the history
  5. Explict properties for profile file paths

    This avoid the use of file filepaths which has inconsistent return types
    unkcpz committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    2e2b5f4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f015ca7 View commit details
    Browse the repository at this point in the history
  7. Fj

    unkcpz committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    40a4e4f View commit details
    Browse the repository at this point in the history
  8. Happy?

    unkcpz committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    691f59f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a5b6f6d View commit details
    Browse the repository at this point in the history
  10. Test

    unkcpz committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    2932ee3 View commit details
    Browse the repository at this point in the history
  11. singleton!! bad design.

    unkcpz committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    375ba4d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ec71c9f View commit details
    Browse the repository at this point in the history