oduwsdl / hypercane

A toolkit for developing algorithms that sample mementos from a web archive collection.

Home Page:https://oduwsdl.github.io/hypercane

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Finish Hypercane GUI scripts for filter include-only and exclude actions

shawnmjones opened this issue · comments

The existing CLI application must be reworked.

Once that work is done, we can add the corresponding GUI scripts to the Wooey interface.

This issue was fixed, but now appears to no longer be fixed.

starting to filter on-topic in input

Traceback (most recent call last):
  File "/Volumes/nerfherder-external/Unsynced-Projects/hypercane/hypercane_with_wooey/hypercane_with_wooey/user_uploads/wooey_scripts/filter include-only_E1pdAZI.py", line 51, in <module>
    args.exec(args)
  File "/Users/smj/.virtualenvs/hypercane-clean2/lib/python3.8/site-packages/hypercane/actions/hfilter.py", line 56, in remove_offtopic
    num_topics=args.num_topics, allow_noncompliant_archives=args.allow_noncompliant_archives)
AttributeError: 'Namespace' object has no attribute 'allow_noncompliant_archives'

This appears to work as expected now in testing.