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

Update IPython notebooks #1735

Merged
merged 9 commits into from
Oct 26, 2019
Merged

Update IPython notebooks #1735

merged 9 commits into from
Oct 26, 2019

Commits on Oct 25, 2019

  1. Remove Species import from rmgpy.molecule.draw

    It was leading to circular imports, and was only used for
    an isinstance check, which was refactored
    mliu49 committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    44ab843 View commit details
    Browse the repository at this point in the history
  2. Refactor entry sorting in kinetics rules

    Main motivation is that None can no longer be compared to ints in
    Python 3
    
    This changes how the sorting process is implemented but maintains
    the same behavior as before
    mliu49 committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    50ffd9e View commit details
    Browse the repository at this point in the history
  3. Adjust reaction template retrieval when parsing reaction comments

    In cases where there may have been a line break in the middle of
    the reaction template, which is very likely with automatically
    generated families.
    mliu49 committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    b31cd43 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e30e430 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    402e974 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cfb4268 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    355ada2 View commit details
    Browse the repository at this point in the history
  8. Fix incorrect argument in call to RDKit

    Was accidentally renamed
    mliu49 committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    216340f View commit details
    Browse the repository at this point in the history
  9. Fix get_labeled_reactants_and_products for new families

    The R_Recombination family was changed for auto tree generation
    There is only a single template now, and duplicate * labels
    This copies template handling from __generate_reactions
    A unit test is also added
    mliu49 committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    8a057a4 View commit details
    Browse the repository at this point in the history