Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants