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 method for changing the data record duration #14

Merged
merged 8 commits into from
Dec 6, 2023

Commits on Dec 5, 2023

  1. Refactoring: Make raw header field for data record duration private a…

    …nd settable, and add a public getter to the Edf object.
    marco.ross committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    0f50ead View commit details
    Browse the repository at this point in the history
  2. Add method to update the data record duration.

    marco.ross committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    a9ec4cc View commit details
    Browse the repository at this point in the history
  3. Update changelog.

    marco.ross committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    62980f1 View commit details
    Browse the repository at this point in the history
  4. fix docstring formatting

    hofaflo committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    9c3fe86 View commit details
    Browse the repository at this point in the history
  5. remove redundant docstring

    hofaflo committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    ab1d09c View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    317aff0 View commit details
    Browse the repository at this point in the history
  2. Simplify consistency checks in update_data_record_duration. Add uni…

    …t test to get code coverage to 100%.
    marco.ross committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    9997b36 View commit details
    Browse the repository at this point in the history
  3. Fix docstring formatting, simplify test file creation using `tmp_file…

    …` fixture, refactor some inefficient code.
    marco.ross committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    e59f572 View commit details
    Browse the repository at this point in the history