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

Add parsing of 2-winding transformers #11

Merged
merged 9 commits into from
Sep 30, 2021
Merged

Commits on Sep 27, 2021

  1. Configuration menu
    Copy the full SHA
    7c8fe79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61fab08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8484f3b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3840828 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0544706 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cd31a08 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ee14a64 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4608a92 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Fix counting of rows

    - since data for each Transformer is spread over
      multiple lines, we can now have a line start with '0'
      and it not indicate the end of the section (since
      it in the middle of the data for a Transformer, not
      the start of a new record).
    nickrobinson251 committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    d1a5b47 View commit details
    Browse the repository at this point in the history