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

replace DataFrame.append for pandas.concat for pandas 2 compatibility #309

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Jun 29, 2023

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

Commits on Jul 20, 2023

  1. Add unit tests for NOE output parsing, fix a bug with pandas append

    * DataFrame.append was previously used in noe_output.py. Replace it for
      pd.concat
    * Adds unit tests for the NOE class in noe_output.py
    * Simplifies the load_file function
    Franz Waibl committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    dc6c6bc View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Change quotation marks for black

    Franz Waibl committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    b666e11 View commit details
    Browse the repository at this point in the history
  2. Formatting, remove whitespace

    Franz Waibl committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    0e01000 View commit details
    Browse the repository at this point in the history
  3. fix duplicate test name

    Franz Waibl committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    4bdb3c0 View commit details
    Browse the repository at this point in the history