Primary competition visual

Multi-Machine Disruption Prediction Challenge for Fusion Energy by ITU

$5 000 USD
Challenge completed almost 2 years ago
Prediction
417 joined
55 active
Starti
Jul 26, 23
Closei
Nov 12, 23
Reveali
Nov 12, 23
basic processor module error
Help · 17 Oct 2023, 14:20 · 1

Hello, any assistance regarding the basic processor module error was running one of the code snippets of the sample notebook

Discussion 1 answer

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

19 Oct 2023, 09:07
Upvotes 0