Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion config/ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ cache-dir = "~/.cache/ruff"
# iteratively adding files to the include list
include = [
"src/readii/loaders.py",
"src/readii/feature_extraction.py"
"src/readii/feature_extraction.py",
"src/readii/negative_controls_refactor/**.py",
]

# extend-exclude is used to exclude directories from the flake8 checks
Expand Down
375 changes: 375 additions & 0 deletions notebooks/viz_neg_4D.ipynb

Large diffs are not rendered by default.

404 changes: 404 additions & 0 deletions notebooks/viz_neg_controls.ipynb

Large diffs are not rendered by default.

49 changes: 0 additions & 49 deletions old_pyproject.toml

This file was deleted.

Loading
Loading