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 c463a78 commit 53bf11aCopy full SHA for 53bf11a
nvbench/axes_metadata.cxx
@@ -63,7 +63,7 @@ try
63
for (std::size_t i = 0; i < names.size(); ++i)
64
{
65
auto &axis = *m_axes[i];
66
- assert(axis.get_type() != nvbench::axis_type::type);
+ assert(axis.get_type() == nvbench::axis_type::type);
67
axis.set_name(std::move(names[i]));
68
}
69
0 commit comments