swharden / pyABF

pyABF is a Python package for reading electrophysiology data from Axon Binary Format (ABF) files

Home Page:https://swharden.com/pyabf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

create test to confirm caching is working

swharden opened this issue · comments

A test has already been added to confirm that a stimulus file is found and loaded when the stimulusFileFolder is given:

abf = pyabf.ABF("demo.abf", stimulusFileFolder="/some/folder/path/")

A test should be added to confirm caching works properly as well. @t-b may be the best one to do this since he worked on this recently (#97) and understands the caching system better than anyone.