Skip to content

Hvl bug#47

Merged
MaxHellstrom merged 26 commits intomasterfrom
HVL-bug
Jun 3, 2023
Merged

Hvl bug#47
MaxHellstrom merged 26 commits intomasterfrom
HVL-bug

Conversation

@MaxHellstrom
Copy link
Copy Markdown
Collaborator

PySkinDose crashed with Azurion RDSR since Azurion can below 50 kV (out of range in HVL table)
This fixes this issue.

  • updated HVL table (25 kv -> 175 kV)
  • included scripts for generation new HVL data whenever required (with spekpy)
  • added script for plotting HVL data

MaxHellstrom and others added 5 commits December 6, 2022 15:09
added script for generation HVL data
HVL generator
new HVL data
script for plotting hvl data
removed print statements
@MaxHellstrom MaxHellstrom requested a review from BwKodex May 29, 2023 12:27
@MaxHellstrom MaxHellstrom self-assigned this May 29, 2023
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented May 29, 2023

Codecov Report

Merging #47 (3126adc) into master (d814533) will increase coverage by 0.85%.
The diff coverage is 91.89%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##           master      #47      +/-   ##
==========================================
+ Coverage   65.57%   66.43%   +0.85%     
==========================================
  Files          42       43       +1     
  Lines        1560     1585      +25     
==========================================
+ Hits         1023     1053      +30     
+ Misses        537      532       -5     
Impacted Files Coverage Δ
src/pyskindose/calculate_dose/calculate_dose.py 41.37% <0.00%> (ø)
tests/manual_tests/base_dev_settings.py 100.00% <ø> (ø)
tests/integrationtests/test_corrections.py 87.50% <87.50%> (ø)
src/pyskindose/constants.py 100.00% <100.00%> (ø)
src/pyskindose/corrections.py 95.91% <100.00%> (ø)
src/pyskindose/db_connect.py 100.00% <100.00%> (ø)
src/pyskindose/geom_calc.py 56.25% <100.00%> (+6.25%) ⬆️
src/pyskindose/settings_pyskindose.py 89.33% <100.00%> (+0.14%) ⬆️
tests/integrationtests/conftest.py 100.00% <100.00%> (ø)
tests/unittests/test_corrections.py 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

MaxHellstrom and others added 21 commits May 29, 2023 22:51
removed comments (use cases) for creating hvl data
pascal casing -> snake casing
fixed FutureWarning message when fetching k_med
fixed FutureWarning when fetching  hvl
added inherent filtration to settings
added constant for inherent filtration
renaming of files/variables to snake_case
improved naming of table files
added missing docstring entry for inherent filtration
rename hvl table
improved hvl fetching
name change in example rdsr file
name change again
added limits of inherent filtration to docstring
unit and integration test for new hvl fetching
new hvl data
scripts for generating hvl data
updated name in test rdsr file
removed plot script
name change
fixed typo in filename
@MaxHellstrom MaxHellstrom merged commit 7a9645c into master Jun 3, 2023
@MaxHellstrom MaxHellstrom deleted the HVL-bug branch June 3, 2023 10:47
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.

3 participants