Let's investigate the following warning messages that appear quite often. For example seen in the pipeline notebook.
zea: DEBUG [zea.Pipeline] The following input keys are not used by the pipeline: {'center_frequency', 'zlims', 'xlims'}. Make sure this is intended. This warning will only be shown once.
And:
zea: DEBUG Skipping invalid parameter 'n_frames'.
The latter one is probably fixed in #358 with the new dataspec (after converting datasets).
Let's investigate the following warning messages that appear quite often. For example seen in the pipeline notebook.
zea: DEBUG [zea.Pipeline] The following input keys are not used by the pipeline: {'center_frequency', 'zlims', 'xlims'}. Make sure this is intended. This warning will only be shown once.And:
zea: DEBUG Skipping invalid parameter 'n_frames'.The latter one is probably fixed in #358 with the new dataspec (after converting datasets).