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

Implement new sparsity #145

Open
wants to merge 49 commits into
base: main
Choose a base branch
from

Everywhere with proxy

6b97b74
Select commit
Loading
Failed to load commit list.
Open

Implement new sparsity #145

Everywhere with proxy
6b97b74
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 17, 2025 in 0s

91.13% (target 90.00%)

View this Pull Request on Codecov

91.13% (target 90.00%)

Details

Codecov Report

Attention: Patch coverage is 81.56146% with 111 lines in your changes missing coverage. Please review.

Project coverage is 91.13%. Comparing base (34941e2) to head (6b97b74).

Files with missing lines Patch % Lines
...cegm/pre_processing/model_structure/state_space.py 54.54% 50 Missing ⚠️
...e_processing/model_structure/state_choice_space.py 81.05% 18 Missing ⚠️
src/dcegm/pre_processing/model_functions.py 75.40% 15 Missing ⚠️
src/dcegm/pre_processing/check_options.py 76.00% 12 Missing ⚠️
src/dcegm/egm/aggregate_marginal_utility.py 50.00% 3 Missing ⚠️
src/dcegm/pre_processing/batches/single_segment.py 95.23% 3 Missing ⚠️
src/dcegm/pre_processing/shared.py 81.25% 3 Missing ⚠️
src/dcegm/pre_processing/batches/batch_creation.py 94.11% 2 Missing ⚠️
src/dcegm/final_periods.py 66.66% 1 Missing ⚠️
src/dcegm/pre_processing/setup_model.py 95.00% 1 Missing ⚠️
... and 3 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #145      +/-   ##
==========================================
- Coverage   97.59%   91.13%   -6.47%     
==========================================
  Files          32       39       +7     
  Lines        1124     1342     +218     
==========================================
+ Hits         1097     1223     +126     
- Misses         27      119      +92     

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