Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael McLeod committed Oct 17, 2024
1 parent 577d73d commit 8cb0280
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cpp/tests/algo_factory.cc
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,8 @@ TEST_CASE("tf_fb_factory") {
t_real const beta = sigma * sigma;
t_real const gamma = 0.0001;

std::string tf_model_path = purify::notinstalled::data_directory() + "/models/snr_15_model_dynamic.onnx";
std::string tf_model_path =
purify::notinstalled::data_directory() + "/models/snr_15_model_dynamic.onnx";

auto const fb = factory::fb_factory<sopt::algorithm::ImagingForwardBackward<t_complex>>(
factory::algo_distribution::serial, measurements_transform, wavelets, uv_data, sigma, beta,
Expand Down

0 comments on commit 8cb0280

Please sign in to comment.