ibllib.tests.integration.tasks.test_ephys_tasks

Classes

EphysTemplate

TestEphysCompressNP1

TestEphysCompressNP21

TestEphysCompressNP24

TestEphysPulses

TestEphysRegisterRaw

TestEphysSyncPulses

TestEphysSyncRegisterRaw

TestSpikeSortingTask

class EphysTemplate(*args, **kwargs)[source]

Bases: IntegrationTest

setUp() None[source]

Hook method for setting up the test fixture before exercising it.

copy_nidq_data(sync_collection='raw_ephys_data', ext='.bin', wiring=True)[source]
copy_sync_files(sync_collection='raw_ephys_data')[source]
copy_ap_data(probe='probe00', ext='.bin', meta='NP21', wiring=True)[source]
copy_lf_data(probe='probe00', ext='.bin', meta='NP21')[source]
check_files(task, ignore_ext='blablalba')[source]
class TestEphysRegisterRaw(*args, **kwargs)[source]

Bases: IntegrationTest

setUp() None[source]

Hook method for setting up the test fixture before exercising it.

test_register_raw()[source]
tearDown() None[source]

Hook method for deconstructing the test fixture after testing it.

class TestEphysSyncRegisterRaw(*args, **kwargs)[source]

Bases: EphysTemplate

test_compress()[source]
test_already_compressed()[source]
test_register()[source]
class TestEphysSyncPulses(*args, **kwargs)[source]

Bases: EphysTemplate

test_pulses()[source]
class TestEphysCompressNP1(*args, **kwargs)[source]

Bases: EphysTemplate

test_compress()[source]
test_already_compress()[source]
test_register()[source]
class TestEphysCompressNP21(*args, **kwargs)[source]

Bases: EphysTemplate

test_process()[source]
test_already_processed()[source]
test_register()[source]
class TestEphysCompressNP24(*args, **kwargs)[source]

Bases: EphysTemplate

test_process()[source]
class TestEphysPulses(*args, **kwargs)[source]

Bases: EphysTemplate

test_probe_sync_pulses()[source]
test_probe_sync_pulses_diff_collection()[source]
test_probe_sync_NP24()[source]
class TestSpikeSortingTask(methodName='runTest')[source]

Bases: TestCase

test_get_ks2_version()[source]