Skip to content

Conversation

rwedge
Copy link
Contributor

@rwedge rwedge commented Oct 7, 2025

Resolves #2665

CU-86b6gwz0p

@sdv-team
Copy link
Contributor

sdv-team commented Oct 7, 2025

Copy link

codecov bot commented Oct 7, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.19%. Comparing base (0983c8a) to head (fc6b9d7).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2710   +/-   ##
=======================================
  Coverage   98.18%   98.19%           
=======================================
  Files          74       74           
  Lines        7781     7794   +13     
=======================================
+ Hits         7640     7653   +13     
  Misses        141      141           
Flag Coverage Δ
integration 76.25% <100.00%> (+0.05%) ⬆️
unit 96.99% <100.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@rwedge rwedge changed the title Issue 2665 norm child tables HMA defaults to norm distribution for child tables Oct 16, 2025
@rwedge rwedge force-pushed the issue-2665-norm-child-tables branch from 70623eb to fc6b9d7 Compare October 16, 2025 15:43
num_data_columns = columns_per_table[table_name]
if num_data_columns == 0:
# no parameter columns are generated if there are no data or extended columns
num_data_columns = columns_per_table[table_name][0]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does changing the meaning of data_columns to be a subset of the former data_columns seem reasonable?

)

return columns_per_table
return {key: sum(value) for key, value in columns_per_table.items()}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

replace key and value with table_name and columns_list

@rwedge rwedge marked this pull request as ready for review October 16, 2025 19:38
@rwedge rwedge requested a review from a team as a code owner October 16, 2025 19:38
@rwedge rwedge requested review from frances-h and removed request for a team October 16, 2025 19:38
@rwedge rwedge requested a review from fealho October 16, 2025 19:39
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.

HMASynthesizer - model child tables with norm distribution

2 participants