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

added a planning interface and renamed the DDL interface to learners. … #53

Merged
merged 22 commits into from
Oct 11, 2023

Commits on Oct 5, 2023

  1. added a planning intrface and renamed the DDL interface to learners. …

    …Now we have planners and learners. Closes  #50
    Evana Gizzi committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    26e6de8 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Needed to add a test_planner_interface suite

    Evana Gizzi committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    ced65ec View commit details
    Browse the repository at this point in the history
  2. removed extra lines and double import

    Evana Gizzi committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    3bfd5ee View commit details
    Browse the repository at this point in the history
  3. Changed the planner interface a bit in order to handle the disambigua…

    …tion of planners versus learners
    Evana Gizzi committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    dcbb457 View commit details
    Browse the repository at this point in the history
  4. updated tests

    Evana Gizzi committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    7fc6c23 View commit details
    Browse the repository at this point in the history
  5. added a planning intrface and renamed the DDL interface to learners. …

    …Now we have planners and learners. Closes  #50
    Evana Gizzi authored and asgibson committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    4239264 View commit details
    Browse the repository at this point in the history
  6. Needed to add a test_planner_interface suite

    Evana Gizzi authored and asgibson committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    3e44cff View commit details
    Browse the repository at this point in the history
  7. removed extra lines and double import

    Evana Gizzi authored and asgibson committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    554e34e View commit details
    Browse the repository at this point in the history
  8. Changed the planner interface a bit in order to handle the disambigua…

    …tion of planners versus learners
    Evana Gizzi authored and asgibson committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    036127d View commit details
    Browse the repository at this point in the history
  9. updated tests

    Evana Gizzi authored and asgibson committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    8b38584 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a708744 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Removed a lingering merge req comment?

    Evana Gizzi committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    0208034 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Merge branch 'main' into 50-add-interface-to-planners

    Evana Gizzi authored and Evana Gizzi committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    09e1a29 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Merge branch 'main' into 50-add-interface-to-planners

    Evana Gizzi authored and Evana Gizzi committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    16f36ce View commit details
    Browse the repository at this point in the history
  2. added a planning intrface and renamed the DDL interface to learners. …

    …Now we have planners and learners. Closes  #50
    Evana Gizzi authored and asgibson committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    4e7b0ec View commit details
    Browse the repository at this point in the history
  3. Needed to add a test_planner_interface suite

    Evana Gizzi authored and asgibson committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    b459c5e View commit details
    Browse the repository at this point in the history
  4. removed extra lines and double import

    Evana Gizzi authored and asgibson committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    5bacff1 View commit details
    Browse the repository at this point in the history
  5. Changed the planner interface a bit in order to handle the disambigua…

    …tion of planners versus learners
    Evana Gizzi authored and asgibson committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    a147192 View commit details
    Browse the repository at this point in the history
  6. updated tests

    Evana Gizzi authored and asgibson committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    4190a61 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3adf4c5 View commit details
    Browse the repository at this point in the history
  8. Fixed planner tests

    Removed unused test
    Changed str(MagicMock())
    Removed extra line feeds
    asgibson committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    2d84335 View commit details
    Browse the repository at this point in the history
  9. resolving a merge conflict with tests

    Evana Gizzi authored and Evana Gizzi committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    306d459 View commit details
    Browse the repository at this point in the history