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

Small formatting fixes #42

Merged
merged 5 commits into from
May 21, 2024
Merged

Small formatting fixes #42

merged 5 commits into from
May 21, 2024

Conversation

adamltyson
Copy link
Member

  • Capitalises classes (closes [Feature] Refactor to have PEP8 class names. #41)
  • Adds an extra ruff rule (seems like a good idea to add them to small codebases before it becomes onerous to add)
  • Uses pathlib in the cell count example
  • Removes another leftover script in a submodule

Copy link

codecov bot commented May 21, 2024

Codecov Report

Attention: Patch coverage is 0% with 5 lines in your changes are missing coverage. Please review.

Project coverage is 0.00%. Comparing base (55a698b) to head (18b0f2b).

Files Patch % Lines
brainglobe_heatmap/planner.py 0.00% 2 Missing ⚠️
brainglobe_heatmap/__init__.py 0.00% 1 Missing ⚠️
brainglobe_heatmap/heatmaps.py 0.00% 1 Missing ⚠️
brainglobe_heatmap/slicer.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@          Coverage Diff          @@
##            main     #42   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files          5       5           
  Lines        282     279    -3     
=====================================
+ Misses       282     279    -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@alessandrofelder alessandrofelder merged commit a2d04d6 into main May 21, 2024
25 checks passed
@alessandrofelder alessandrofelder deleted the class-capitalise branch May 21, 2024 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Refactor to have PEP8 class names.
2 participants