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

Fix openbabel install to ensure q-chem tests run #320

Merged
merged 23 commits into from
Mar 9, 2024

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    f5e48a9 View commit details
    Browse the repository at this point in the history
  2. Update test.yml

    Andrew-S-Rosen authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    8eea01c View commit details
    Browse the repository at this point in the history
  3. Update test.yml

    Andrew-S-Rosen authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    1ab6a6a View commit details
    Browse the repository at this point in the history
  4. why u do this to me

    Andrew-S-Rosen authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    44f8f25 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    da275f5 View commit details
    Browse the repository at this point in the history
  6. Update test.yml

    Andrew-S-Rosen authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    68291de View commit details
    Browse the repository at this point in the history
  7. Update test.yml

    Andrew-S-Rosen authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    f3207f5 View commit details
    Browse the repository at this point in the history
  8. Update test_cust.py

    Andrew-S-Rosen authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    49febaf View commit details
    Browse the repository at this point in the history
  9. Update test_cust.py

    Andrew-S-Rosen authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    e5df162 View commit details
    Browse the repository at this point in the history
  10. fix

    Andrew-S-Rosen committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    16e5ffe View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Configuration menu
    Copy the full SHA
    5cd06f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5288295 View commit details
    Browse the repository at this point in the history
  3. fixed

    samblau committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    fb2436a View commit details
    Browse the repository at this point in the history
  4. unzip

    samblau committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    50d4843 View commit details
    Browse the repository at this point in the history
  5. do we need conda myenv?

    janosh committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    75578c8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9a3ffed View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    812ef3b View commit details
    Browse the repository at this point in the history
  8. don't test 3.9 due to glob(root_dir=...) unsupported, instead test on…

    … Python 3.12 and remove max-parallel: 1
    janosh committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    cd91a3f View commit details
    Browse the repository at this point in the history
  9. default shell config to login

    janosh committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    728da4a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a8e4261 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    33e649d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    49aa9f9 View commit details
    Browse the repository at this point in the history
  13. fix QChemErrorHandler file renaming on Windows: os.rename -> os.replace

    os.rename(self.input_file, self.input_file + ".last")
    E       FileExistsError: [WinError 183] Cannot create a file when that file already exists: 'mol.qin' -> 'mol.qin.last'
    janosh committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    3614903 View commit details
    Browse the repository at this point in the history