Skip to content

Commit

Permalink
custom performance metrics - removing reference to previously deleted…
Browse files Browse the repository at this point in the history
… validation function (#1391)

## Description

Bug fix: removing reference to `_validate_org_and_dataset` in
`tag_custom_performance_metric`, which was removed in
#1311.

- [x] I have reviewed the [Guidelines for Contributing](CONTRIBUTING.md)
and the [Code of Conduct](CODE_OF_CONDUCT.md).

Co-authored-by: felipe207 <felipe@whylabs.ai>
  • Loading branch information
FelipeAdachi and felipe207 authored Oct 3, 2023
1 parent 80c9a62 commit 24396ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/whylogs/api/writer/whylabs.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,6 @@ def tag_custom_performance_column(
column=column,
default_metric=default_metric,
)
self._validate_org_and_dataset() # TODO this just doesn't exist?
try:
res = api_instance.put_entity_schema_metric(self._org_id, self._dataset_id, metric_schema)
return True, str(res)
Expand Down

0 comments on commit 24396ce

Please sign in to comment.