Skip to content

Commit

Permalink
Address clang-tidy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Oct 5, 2023
1 parent a817a80 commit 6b3e618
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hictk/convert/cool_to_hic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ static void dump_pixels(const cooler::File& clr, const std::filesystem::path& de
}
}

// NOLINTNEXTLINE(readability-function-cognitive-complexity)
static bool dump_weights(std::uint32_t resolution, std::string_view cooler_uri,
const std::filesystem::path& weight_file,
std::vector<balancing::Method> normalizations, bool fail_if_norm_missing) {
Expand Down

0 comments on commit 6b3e618

Please sign in to comment.