Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing #24

Open
2 tasks
JoeZiminski opened this issue May 3, 2023 · 6 comments
Open
2 tasks

Testing #24

JoeZiminski opened this issue May 3, 2023 · 6 comments
Milestone

Comments

@JoeZiminski
Copy link
Member

  • check results against existing pipelines from researchers
  • check SI, CatGT, IBL against each-other
@JoeZiminski JoeZiminski added the enhancement New feature or request label May 3, 2023
@JoeZiminski
Copy link
Member Author

Reconfigure tests so they do not share output paths such that they can be parallelised with pytest-xdist or pytest-parallel

@JoeZiminski JoeZiminski removed the enhancement New feature or request label Jun 16, 2023
@JoeZiminski
Copy link
Member Author

Do a confidence check that the last dict entry of PreprocessData get_traces() is the same data as written in the preprocessed output binary folder.

@JoeZiminski JoeZiminski changed the title Setup tests Testing Jul 24, 2023
@JoeZiminski JoeZiminski added this to the 0.0.1 milestone Aug 11, 2023
@JoeZiminski
Copy link
Member Author

full backwards compatibility tests

@JoeZiminski
Copy link
Member Author

at least one sanity check test that the sorting output matches some canonical data

@JoeZiminski
Copy link
Member Author

Save test data on datalad so at least non-kilosort sorters can be tested on CI.

@JoeZiminski
Copy link
Member Author

Still need to test:

    # ----------------------------------------------------------------------------------
    # Not Implemented
    # ----------------------------------------------------------------------------------

    def test_sorting_only_local(self):
        raise NotImplementedError

    def test_sorting_only_slurm(self):
        raise NotImplementedError

    def test_postprocessing_only_local(self):
        raise NotImplementedError

    def test_postprocessing_only_slurm(self):
        raise NotImplementedError

    def test_preprocessing_only_local(self):
        raise NotImplementedError

    def test_preproecssing_only_slurm(self):
        raise NotImplementedError

    def test_configs(self):
        # not really sure how to do this...
        raise NotImplementedError

    def test_reordering_sessions_and_runs(self):
        raise NotImplementedError

    def test_select_postprocessing_to_run(self):
        raise NotImplementedError

    def test_delete_intermediate_files(self):
        raise NotImplementedError

    def test_slurm_options(self):
        raise NotImplementedError

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant