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

Read and Tabulate Unisyn Xml Cdf #504

Merged
merged 23 commits into from
Sep 20, 2020
Merged

Read and Tabulate Unisyn Xml Cdf #504

merged 23 commits into from
Sep 20, 2020

Commits on Jul 31, 2020

  1. plumbing for xml cdf reading

    moldover committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    427c485 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. add contestId to json and xml CDF parse logic

    update unisyn cvr test to use the full (but still incorrect) cvr data.  This test is expected to fail.
    add candidate parsing code to xml CDF parser
    moldover committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    36f53cc View commit details
    Browse the repository at this point in the history
  2. dont parse Candidate data from CDF at runtime - this enforces the sam…

    …e constraints on validation as all other file types. The un-used candidate parsing code is left in for implementing future helper functions which will automatically populate config files.
    moldover committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    687b25b View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

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

Commits on Aug 23, 2020

  1. Merge branch 'develop' into xml_cdf

    # Conflicts:
    #	src/main/java/network/brightspots/rcv/CommonDataFormatReader.java
    moldover committed Aug 23, 2020
    Configuration menu
    Copy the full SHA
    a4cf53d View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. Configuration menu
    Copy the full SHA
    6d74890 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b071b55 View commit details
    Browse the repository at this point in the history
  3. add some helpers

    moldover committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    865d104 View commit details
    Browse the repository at this point in the history
  4. cleanup pre-processing code

    moldover committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    f2a7791 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

  1. add more class fields around contest selections

    fix ranking parsing
    add example Unisyn contests
    moldover committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    e9d9b80 View commit details
    Browse the repository at this point in the history
  2. handle write-ins

    moldover committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    05ff970 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eae666a View commit details
    Browse the repository at this point in the history
  4. fix first NIST CDF XML test

    moldover committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    d504d23 View commit details
    Browse the repository at this point in the history
  5. cleanup test names

    moldover committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    2bbfcdb View commit details
    Browse the repository at this point in the history
  6. parse GpUnit from CVRs

    moldover committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    3e1c591 View commit details
    Browse the repository at this point in the history
  7. remove un-used assets

    moldover committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    598f52a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c5384ce View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. updates for PR #504

    moldover committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    a5638ec View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

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

Commits on Sep 5, 2020

  1. add more Unisyn regression tests

    tests share a single cvr input file
    moldover committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    c86c840 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b25d4e3 View commit details
    Browse the repository at this point in the history
  3. updates for PR #504

    moldover committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    d7bbc3e View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2020

  1. updates for PR #504

    moldover committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    6583599 View commit details
    Browse the repository at this point in the history