Skip to content

Commit

Permalink
char type is used to construct random tensors.
Browse files Browse the repository at this point in the history
  • Loading branch information
bimalgaudel committed Jan 15, 2024
1 parent caa9aa5 commit 6b78a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tot_array_fixture.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ auto random_tensor(TA::Range const& rng) {
using NumericT = typename TensorT::numeric_type;
std::generate(/*std::execution::par, */
result.begin(), result.end(),
TA::detail::MakeRandom<NumericT>::generate_value);
TA::detail::MakeRandom<char>::generate_value);
return result;
}

Expand Down

0 comments on commit 6b78a63

Please sign in to comment.