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

Hyperplane update #1034

Open
wants to merge 23 commits into
base: master
Choose a base branch
from
Open

Hyperplane update #1034

wants to merge 23 commits into from

Conversation

frheault
Copy link
Member

@frheault frheault commented Oct 2, 2024

Quick description

Attempt at having our improved RADTRACT Hyperplane subdivision !

image
https://www.ncbi.nlm.nih.gov/pmc/articles/PMC10246281/
...

Type of change

Check the relevant options.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Provide data, screenshots, command line to test (if relevant)

...

Checklist

  • My code follows the style guidelines of this project (run autopep8)
  • I added relevant citations to scripts, modules and functions docstrings and descriptions
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I moved all functions from the script file (except the argparser and main) to scilpy modules
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

@pep8speaks
Copy link

pep8speaks commented Oct 2, 2024

Hello @frheault, Thank you for updating !

Line 93:80: E501 line too long (80 > 79 characters)

Line 57:1: W293 blank line contains whitespace
Line 81:80: E501 line too long (81 > 79 characters)
Line 184:80: E501 line too long (80 > 79 characters)
Line 200:80: E501 line too long (80 > 79 characters)
Line 265:35: E203 whitespace before ','
Line 292:1: W293 blank line contains whitespace
Line 300:1: W293 blank line contains whitespace
Line 339:37: E127 continuation line over-indented for visual indent
Line 340:37: E127 continuation line over-indented for visual indent
Line 342:21: E127 continuation line over-indented for visual indent
Line 352:22: E128 continuation line under-indented for visual indent
Line 354:80: E501 line too long (83 > 79 characters)
Line 371:22: E128 continuation line under-indented for visual indent
Line 383:22: E128 continuation line under-indented for visual indent
Line 395:22: E128 continuation line under-indented for visual indent
Line 398:22: E128 continuation line under-indented for visual indent
Line 416:41: E128 continuation line under-indented for visual indent
Line 418:21: E128 continuation line under-indented for visual indent
Line 419:1: W293 blank line contains whitespace
Line 421:5: E303 too many blank lines (2)
Line 428:5: E303 too many blank lines (2)

Line 205:80: E501 line too long (80 > 79 characters)
Line 246:80: E501 line too long (92 > 79 characters)
Line 266:80: E501 line too long (81 > 79 characters)
Line 300:80: E501 line too long (84 > 79 characters)
Line 314:80: E501 line too long (81 > 79 characters)

Comment last updated at 2024-12-12 18:45:11 UTC

Copy link

codecov bot commented Oct 2, 2024

Codecov Report

Attention: Patch coverage is 76.89970% with 76 lines in your changes missing coverage. Please review.

Project coverage is 56.75%. Comparing base (e256482) to head (653e200).

Additional details and impacted files
@@             Coverage Diff             @@
##           master    #1034       +/-   ##
===========================================
- Coverage   69.46%   56.75%   -12.72%     
===========================================
  Files         447      644      +197     
  Lines       24052    29825     +5773     
  Branches     3291     3368       +77     
===========================================
+ Hits        16708    16927      +219     
- Misses       5946    11484     +5538     
- Partials     1398     1414       +16     
Components Coverage Δ
Scripts 53.70% <57.69%> (-16.56%) ⬇️
Library 61.38% <85.77%> (-7.02%) ⬇️

@frheault frheault changed the title WIP: Hyperplane update Hyperplane update Dec 12, 2024
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.

2 participants