Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Sep 27, 2023
1 parent a61d309 commit 12ab184
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ jobs:
- name: Run integration tests
run: |
test/scripts/hictk_balance.sh build/src/hictk/hictk hic_tools.jar
test/scripts/hictk_dump_chroms.sh build/src/hictk/hictk
test/scripts/hictk_dump_bins.sh build/src/hictk/hictk
test/scripts/hictk_dump_resolutions.sh build/src/hictk/hictk
Expand Down
2 changes: 1 addition & 1 deletion src/hictk/include/hictk/tools/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ struct BalanceConfig {
std::size_t max_iters{500};
bool rescale_marginals{true};
std::string name{"weight"};
bool in_memory{true};
bool in_memory{false};
bool stdout_{false};
std::uint8_t zstd_compression_lvl{3};
std::size_t threads{1};
Expand Down

0 comments on commit 12ab184

Please sign in to comment.