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

Conversation

@danieltudosiu
Copy link
Contributor

Added the sequence Ordering classes used in @Warvito's anomaly detection.

@danieltudosiu danieltudosiu linked an issue Jan 8, 2023 that may be closed by this pull request
@danieltudosiu danieltudosiu requested a review from Warvito January 8, 2023 14:36
Signed-off-by: Walter Hugo Lopez Pinaya <ianonimato@hotmail.com>
Copy link
Collaborator

@Warvito Warvito left a comment

Choose a reason for hiding this comment

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

The code looks good. The unit tests require a few changes. I pushed a few automatic corrections.

Comment on lines 281 to 284
@parameterized.expand(TEST_ORDERING_FAILURE)
def test_failure(self, input_param):
with self.assertRaises(ValueError):
Ordering(**input_param)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please use more descriptive and separated tests for the failure cases. If one of them fails, it is hard to findout what part of the code it was testing.

@Warvito Warvito merged commit 8796bab into main Feb 6, 2023
@Warvito Warvito deleted the 60-add-2d3d-to-sequence-transformation branch February 10, 2023 19:17
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.

Add 2D/3D to Sequence Transformation

3 participants