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

Transition from Python 2 to 3 #43

Merged
merged 46 commits into from
Oct 22, 2019
Merged

Transition from Python 2 to 3 #43

merged 46 commits into from
Oct 22, 2019

Commits on Sep 9, 2019

  1. Trying to run with RMG-3, we're able to generate guesses, but some wo…

    …rkflow things need tweaking
    Nate Harms committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    1eb365e View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Configuration menu
    Copy the full SHA
    6109b9a View commit details
    Browse the repository at this point in the history
  2. Revised exec command for py3

    Nate Harms committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    59a7d87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ec208f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7cff63 View commit details
    Browse the repository at this point in the history
  5. revised how ase atoms are set

    Nate Harms committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    d4c5dfc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6df36e9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dec4bde View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. Commented out error in job.py

    nateharms committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    ca630e0 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into py3

    Nate Harms committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    e6a2c63 View commit details
    Browse the repository at this point in the history
  3. rmg2to3'ed all of the python files in autotst

    Nate Harms committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    d461de3 View commit details
    Browse the repository at this point in the history
  4. got rid of camelCase in calculator files

    Nate Harms committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    8c6a963 View commit details
    Browse the repository at this point in the history
  5. got rid of camelCase in data files

    Nate Harms committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    6d8a905 View commit details
    Browse the repository at this point in the history
  6. got rid of camelCase in reaction and species

    Nate Harms committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    8edf2ec View commit details
    Browse the repository at this point in the history
  7. removed camelCase from database files

    Nate Harms committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    ccb1bda View commit details
    Browse the repository at this point in the history
  8. updated traning reactions long and short desc

    Nate Harms committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    d5d5850 View commit details
    Browse the repository at this point in the history
  9. removed forgotten camelCase

    Nate Harms committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    1c99216 View commit details
    Browse the repository at this point in the history
  10. changed SMILES to smiles per RMG update

    Nate Harms committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    1fb8797 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

  1. Changed SMILES to smiles for RMGMolecule objects

    Nate Harms committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    1d4d631 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f4f713 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c83ba54 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/master' into py3

    Nate Harms committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    33aaa55 View commit details
    Browse the repository at this point in the history
  5. Addressed merge conflicts when pulling in master

    Nate Harms committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    cb216ba View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. fixed a camelCase issue in statmech

    Nate Harms committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    5878a68 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2019

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

Commits on Oct 8, 2019

  1. Configuration menu
    Copy the full SHA
    abc3912 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'py3' of github.com:ReactionMechanismGenerator/AutoTST i…

    …nto py3
    nateharms committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    e87a65a View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2019

  1. added rmg 3 to the environment file

    Nate Harms committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    6a3dec2 View commit details
    Browse the repository at this point in the history
  2. prepull commit

    nateharms committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    e522d33 View commit details
    Browse the repository at this point in the history
  3. removed unecessary files

    nateharms committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    f9c9a1f View commit details
    Browse the repository at this point in the history
  4. updated environment file

    nateharms committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    325b6c5 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'py3' of github.com:ReactionMechanismGenerator/AutoTST i…

    …nto py3
    nateharms committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    d943f9e View commit details
    Browse the repository at this point in the history
  6. Updated env again

    nateharms committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    cc58be4 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2019

  1. added .symm to gitignore

    Nate Harms committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    5cfd90d View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. removed unecessary .symm files

    Nate Harms committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    2537fee View commit details
    Browse the repository at this point in the history
  2. Updated environment file to mirror the new RMG 3 beta. This won't wor…

    …k when making environemnts on Mac OS but should work for linux.
    Nate Harms committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    b783537 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e15bc0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b6c547 View commit details
    Browse the repository at this point in the history
  5. Updated travis from py2 to py3

    Nate Harms committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    f501d8f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2d2558d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8498979 View commit details
    Browse the repository at this point in the history
  8. 2 Configuration menu
    Copy the full SHA
    ca70a30 View commit details
    Browse the repository at this point in the history
  9. Removed tearDown from inputoutputTest

    There is an error when running this on travis, I'm guessing what's happening is that the tearDown is running (removing a directory) while another directory is being created.
    Nate Harms committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    cf573f6 View commit details
    Browse the repository at this point in the history
  10. Reworked how files are moved / deleted when testing

    Nate Harms committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    76dde33 View commit details
    Browse the repository at this point in the history
  11. Added .ts and .kinetics files to the gitignore

    Nate Harms committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    fd71cd4 View commit details
    Browse the repository at this point in the history
  12. Remove unecessary rm from Make file

    Nate Harms committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    239798d View commit details
    Browse the repository at this point in the history