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

Compute MET-types densities from T-types #86

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

Conversation

YannRoussel
Copy link

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).

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):
Copy link
Contributor

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'

Copy link
Contributor

Choose a reason for hiding this comment

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

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