We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b68859 commit e15be5bCopy full SHA for e15be5b
simvue/client.py
@@ -34,7 +34,6 @@
34
from .config.user import SimvueConfiguration
35
from .api.request import get_json_from_response
36
from .api.objects import (
37
- GridMetrics,
38
Run,
39
Folder,
40
Tag,
@@ -881,17 +880,6 @@ def get_metric_values(
881
880
parse_to=output_format,
882
)
883
884
- @prettify_pydantic
885
- @pydantic.validate_call
886
- def get_grid_metric_values(
887
- self,
888
- metric_name: str,
889
- run_ids: list[str],
890
- *,
891
- step: pydantic.NonNegativeInt | None = None,
892
- ):
893
- GridMetrics.get()
894
-
895
@check_extra("plot")
896
@prettify_pydantic
897
@pydantic.validate_call
0 commit comments