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

Feature normalize and standardize objects #287

Merged
merged 12 commits into from
Jul 21, 2022

Commits on Apr 6, 2022

  1. Refactored models. Moved common fields to parent classes. Created sta…

    …ndardized input and result interface.
    coltonbh committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    199b324 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    819bb97 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Configuration menu
    Copy the full SHA
    b17e974 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature-normalize-and-standardize-objects' of github.co…

    …m:coltonbh/QCElemental into feature-normalize-and-standardize-objects
    coltonbh committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    3c15e81 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. test_model_results passing

    coltonbh committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    6904e9c View commit details
    Browse the repository at this point in the history
  2. test_molutil passing

    coltonbh committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    fd9b92f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06203db View commit details
    Browse the repository at this point in the history
  4. test_molecule passing

    coltonbh committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    674d217 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    badfa62 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    959a87b View commit details
    Browse the repository at this point in the history
  7. blacken qcel

    coltonbh committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    e923f22 View commit details
    Browse the repository at this point in the history
  8. Skip --validate tests since they are circular in nature. They test th…

    …at exported models conform to pydantic's autogenerated schema, which is not necessary to tests. Also, issues arrise with jsonschema which are external to our concerns.
    coltonbh committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    c4442de View commit details
    Browse the repository at this point in the history