Skip to content

Conversation

e-strauss
Copy link
Contributor

[SYSTEMDS-3742] Python API Builtin unique

This patch adds the builtin operator unique to the python api.

return Matrix(self.sds_context, 'unique', [self], named_input_nodes=named_input_nodes)
elif axis is None:
return Matrix(self.sds_context, 'unique', [self])
raise ValueError(
Copy link
Contributor

Choose a reason for hiding this comment

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

error tests.

@e-strauss e-strauss force-pushed the MISSING_BUILTIN_UNIQUE branch from c0f0fe3 to a3bceee Compare September 3, 2024 13:13
@Baunsgaard Baunsgaard closed this in 2d3c1e6 Sep 3, 2024
@e-strauss e-strauss deleted the MISSING_BUILTIN_UNIQUE branch September 4, 2024 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants