Hello, any assistance regarding the basic processor module error was running one of the code snippets of the sample notebook
Hi, what is the error? If it is about find_tags then change:
from basic_processor import SliceProcessor, FFTProcessor, find_tags, AlarmTag
to:
from basic_data_processing import find_tags from basic_processor import SliceProcessor, FFTProcessor, AlarmTag
The function find_tags is not in the basic_processor.py file on the github package. It is now in basic_data_processing.py.
../jddb/jddb-master/Examples/code/basic_data_processing.py
Hi, what is the error? If it is about find_tags then change:
from basic_processor import SliceProcessor, FFTProcessor, find_tags, AlarmTag
to:
from basic_data_processing import find_tags from basic_processor import SliceProcessor, FFTProcessor, AlarmTag
The function find_tags is not in the basic_processor.py file on the github package. It is now in basic_data_processing.py.
../jddb/jddb-master/Examples/code/basic_data_processing.py