You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But greenflow is supposed to be smart enough to find the node automatically without specifying the module explicitly as long as some plugin provides this node. Looks like this automatic search functionality is broken right now. I would have to debug and fix greenflow.
I had trouble running this indicator demo notebook regardless. The "bqplot" was giving me trouble plotting, and there's a path lookup in the "cuInidicator/viz" package.
load_modules(os.getenv('MODULEPATH')+'/rapids_modules/')
from rapids_modules.cuindicator import . . .
Replace all "rapids_modules" with "greenflow_gquant_plugin" which I think should be the correct way to do it. And remove load_modules(os.getenv('MODULEPATH')+'/rapids_modules/').
Alternatively, to get it working without modifying any code I made a symbolic link in "gQuant/plugins/gquant_plugin/modules"
Describe the bug
The cuIndicator demo notebook has various issues to reproduce its result.
Steps/Code to reproduce bug
First, an identified issue and possible fix:
#154 (comment)
Then
(I tried to give some value to that variable but further strange errors occurred, so maybe someone familiar with it should better have a look)
Expected behavior
The notebook should be reproducible.
Environment overview (please complete the following information)
Environment details
N/A
Additional context
#154
The text was updated successfully, but these errors were encountered: