Skip to content

Commit

Permalink
comp. stats for cov. closes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
lettis committed Feb 4, 2016
1 parent 78be555 commit 2e802b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pca.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ int main(int argc, char* argv[]) {
verbose && std::cerr << "loading stats (shifts, means, sigmas) from file" << std::endl;
FastPCA::DataFileReader<double> fh_shifts(args["stats-in"].as<std::string>());
stats = fh_shifts.next_block();
} else if (stats_file_given || projection_file_given) {
} else {
if (periodic) {
stats = FastPCA::Periodic::stats(file_input, mem_buf_size);
} else {
Expand Down

0 comments on commit 2e802b0

Please sign in to comment.