CAMI-challenge / OPAL

OPAL: Open-community Profiling Assessment tooL
https://cami-challenge.github.io/OPAL/
Apache License 2.0
25 stars 6 forks source link

AttributeError: unexpected attribute 'callback' to Slider, similar attributes are js_event_callbacks #48

Closed zhang570221322 closed 2 years ago

zhang570221322 commented 2 years ago

When I run the Example:

To run the example, please download the files given in the data directory.

python3 opal.py -g data/goldstandard_low_1.bin \ data/cranky_wozniak_13 \ data/grave_wright_13 \ data/furious_elion_13 \ data/focused_archimedes_13 \ data/evil_darwin_13 \ data/agitated_blackwell_7 \ data/jolly_pasteur_3 \ -l "TIPP, Quikr, MP2.0, MetaPhyler, mOTU, CLARK, FOCUS" \ -o output_dir

It occurs the error. The stack of errors is as follows: weight_recall = Slider(start=0, end=10, value=1, step=.1, title=c.RECALL + " weight", callback=callback)