Skip to content

Conversation

oliche
Copy link
Member

@oliche oliche commented Aug 25, 2025

There is a new separate method to create the datasets, so we can 1) use it to create missing data from the autism project, 2) re-enable the test on the dataset creation part.

@oliche oliche requested a review from mayofaulkner August 25, 2025 11:02
@oliche oliche closed this Sep 3, 2025
@oliche oliche reopened this Sep 3, 2025
@oliche oliche closed this Sep 5, 2025
@oliche oliche reopened this Sep 5, 2025
@oliche oliche closed this Sep 5, 2025
@oliche oliche reopened this Sep 5, 2025
@oliche oliche closed this Sep 5, 2025
@oliche oliche reopened this Sep 5, 2025
@oliche oliche closed this Sep 9, 2025
@oliche oliche reopened this Sep 9, 2025
@oliche oliche closed this Sep 10, 2025
@oliche oliche reopened this Sep 10, 2025
@oliche oliche closed this Sep 10, 2025
@oliche oliche reopened this Sep 10, 2025
@oliche oliche closed this Sep 10, 2025
@oliche oliche reopened this Sep 10, 2025
@oliche oliche closed this Sep 10, 2025
@oliche oliche reopened this Sep 10, 2025
extractors = base._get_task_extractor_map()
self.assertTrue(self.custom_extractors.items() < extractors.items())
# Test handles case where module not installed
with patch('builtins.__import__', side_effect=ModuleNotFoundError):
with patch.dict('sys.modules', {'projects': None}):
Copy link
Contributor

Choose a reason for hiding this comment

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

nice, I didn't know about patch.dict

Copy link
Contributor

@bimac bimac left a comment

Choose a reason for hiding this comment

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

looks good :)

@oliche oliche merged commit 06052a1 into develop Sep 10, 2025
6 of 8 checks passed
@oliche oliche deleted the align branch September 10, 2025 19:37
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.

3 participants