Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.
This repository was archived by the owner on May 4, 2023. It is now read-only.

Minor bug with batch input to Do_clustering.m #219

@ckfaber

Description

@ckfaber

I'm inputting a cell array of _spikes.mat files to Do_clustering.m. While the function is running through, the function does not give an accurate message on progression through the 'times' files - relevant code is in lines 166-180 of Do_clustering, specifically:

    `    disp(sprintf('%d of %d ''times'' files finished.',count_new_times(fnum, filenames),Nfiles))`

Mine just keeps saying 0 of 16 'times' files finished on every iteration of the loop. Should be an easy fix, hopefully!

Thanks for such great functions and documentation!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions