Skip to content

Commit 47c3757

Browse files
committed
Formatting
1 parent 94457ae commit 47c3757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/test/test_wavenet/test_real_time_safe.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ void test_layer_grouped_process_realtime_safe()
488488
const std::string activation = "ReLU";
489489
const bool gated = false;
490490
const int groups_input = 2; // groups_input > 1
491-
const int groups_1x1 = 2; // 1x1 is also grouped
491+
const int groups_1x1 = 2; // 1x1 is also grouped
492492

493493
auto layer =
494494
nam::wavenet::_Layer(condition_size, channels, kernel_size, dilation, activation, gated, groups_input, groups_1x1);

0 commit comments

Comments
 (0)