toolsforexperiments / labcore

Collection of tools developed and maintained by Pfaff Lab
https://toolsforexperiments.github.io/labcore/
2 stars 13 forks source link

Outdated reference in docstring for AsyncRecord #28

Open marcosfrenkel opened 7 months ago

marcosfrenkel commented 7 months ago

In the AsyncRecord we say that we should use a function called create_background_sweep to create AsyncRecords, but this function does not exists. It is mentioned in labcore old so I am assuming it existed at some point. This reference should be removed.

This happens here: https://github.com/marcosfrenkel/labcore/blob/0c21e475b6256ce4bd999941cc677c810a8fe6d0/labcore/measurement/sweep.py#L548

marcosfrenkel commented 7 months ago

There is also a typo here: https://github.com/marcosfrenkel/labcore/blob/0c21e475b6256ce4bd999941cc677c810a8fe6d0/labcore/measurement/sweep.py#L566