-
Notifications
You must be signed in to change notification settings - Fork 8
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
Compute MET-types densities from T-types #86
base: main
Are you sure you want to change the base?
Conversation
tests/densities/test_met_types.py
Outdated
header_sizes = (10, 10, 10) | ||
|
||
# Mock load_t_type_data to return synthetic data | ||
with patch("your_module.load_t_type_data", return_value=t_type_data): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this your_module
a leftover placeholder? tests are failing with
ModuleNotFoundError: No module named 'your_module'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The error is still there but with a different message:
https://github.com/BlueBrain/atlas-densities/actions/runs/12142780024/job/33858076979?pr=86#step:5:125
This branch add the conversion script of T-types computed by Csaba Verasztó to MET-types leveraging the extended probabilistic matrix (code will be made available here).