Skip to content

Commit

Permalink
[Fix] output log error
Browse files Browse the repository at this point in the history
  • Loading branch information
choishingwan committed May 19, 2020
1 parent 1f2d1e6 commit 11a2746
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ nav:
- Additional Steps for MAC and Window users: extra_steps.md
- Frequently Asked Questions: faq.md
- Archive: archive.md
- Update Log: update_log.md

theme: readthedocs
markdown_extensions:
Expand Down
2 changes: 1 addition & 1 deletion src/prsice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ void PRSice::print_pheno_log(const std::string& name, const size_t sample_ct,
}
else
{
message.append(std::to_string(m_phenotype.rows())
message.append(std::to_string(pheno_store.size())
+ " sample(s) with valid phenotype\n");
}
}
Expand Down

0 comments on commit 11a2746

Please sign in to comment.