We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1fbfd8 commit 3fea652Copy full SHA for 3fea652
python/cuda/nvbench/__init__.pyi
@@ -82,7 +82,7 @@ class Benchmark:
82
def add_float64_axis(self, name: str, values: Sequence[SupportsFloat]) -> Self:
83
"Add floating-point type parameter axis with given name and values to sweep over"
84
...
85
- def add_string_axis(sef, name: str, values: Sequence[str]) -> Self:
+ def add_string_axis(self, name: str, values: Sequence[str]) -> Self:
86
"Add string type parameter axis with given name and values to sweep over"
87
88
def set_name(self, name: str) -> Self:
0 commit comments