artemis-analytics / artemis

Apache License 2.0
5 stars 2 forks source link

prefix not found in menu.create_vis #22

Closed DominicParent closed 4 years ago

DominicParent commented 4 years ago

When running tests or examples, an error message states that: File "/home/dominic.parent/miniconda3/envs/artemis-dev/lib/python3.7/site-packages/artemis-0.5.0-py3.7-linux-x86_64.egg/artemis/configurables/configurable.py", line 217, in build menu.create_vis(prefix=f"{self._uuid}.menu") TypeError: create_vis() got an unexpected keyword argument 'prefix'

DominicParent commented 4 years ago

Discussing with @ryanmwhitephd, the issue was isolated to artemis/meta/DirectedGraph.py. Adding prefix as a parameter to create_vis fixed the issue. Change was merged into master.