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

[MRG] Add tiny BIDS test dataset, fix doctests, and run it in CI #831

Merged
merged 27 commits into from
Jul 14, 2021

Commits on Jul 6, 2021

  1. fix doctests in path.py

    sappelhoff committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    60ed51e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f26c14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2c60c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. fix some more examples

    sappelhoff committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    0601d21 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. Configuration menu
    Copy the full SHA
    0b56bc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57d5565 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3af6dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9bc1d1e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    396d9bf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    96fda84 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b5555f1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0067d11 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ea8fe32 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c605b8f View commit details
    Browse the repository at this point in the history
  11. do not run pytest on examples

    we did not do that before either, but --doctest-modules is now ON
    
    and that option apparently also runs the examples
    sappelhoff committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    508047c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c0ae22f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    045c297 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5a235e0 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. merge master

    sappelhoff committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    fbe80e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef17468 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1d9dbc View commit details
    Browse the repository at this point in the history
  4. fix op.join -> Path

    sappelhoff committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    f86b5e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b6558f4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dd4588d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    459c723 View commit details
    Browse the repository at this point in the history
  8. fix type hint

    sappelhoff committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    6ab7a5e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d09a1c9 View commit details
    Browse the repository at this point in the history