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

Refactor DataDepGraph to facilitate unit testing #163

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Oct 27, 2021

  1. Remove DataDepGraph's latency precision member

    This member was only used in a particular subclass, so it should belong
    to that subclass.
    Quincunx271 committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    df43d03 View commit details
    Browse the repository at this point in the history
  2. Simplify creating DataDepGraph for tests

    Allow it to be made from a string.
    Quincunx271 committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    4556a00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf32b46 View commit details
    Browse the repository at this point in the history
  4. Add tests for rough edges

    Quincunx271 committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    7b5e8e0 View commit details
    Browse the repository at this point in the history