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

ignore same_on_sequence when no time dimension #200

Merged
merged 2 commits into from
Jul 19, 2022

Conversation

jsalotti
Copy link
Contributor

Currently, an error is raised if a transform with same_on_sequence=False is applied to a frame with no temporal dimension.

This PR propose to ignore same_on_sequence instead of raising an error. This will allow for example to set the default value ofsame_on_sequence parameter to False for some transformations (like RealisticNoise) without knowing in advance if it will be applied to temporal data.

@jsalotti jsalotti requested a review from thibo73800 July 15, 2022 13:41
@jsalotti jsalotti self-assigned this Jul 15, 2022
@jsalotti jsalotti added alodataset bug Something isn't working labels Jul 15, 2022
@thibo73800 thibo73800 requested a review from Data-Iab July 18, 2022 05:54
@thibo73800 thibo73800 merged commit 85639c0 into master Jul 19, 2022
@thibo73800 thibo73800 deleted the fix_alotransform_same_on_sequence branch July 19, 2022 06:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
alodataset bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants