We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when you want to send back when the mtg file contains several plants in notebook
Gariguette = import_mtgfile(filename= ["Gariguette"]) plot(Gariguette)
--------------------------------------------------------------------------- KeyError Traceback (most recent call last) <ipython-input-15-7b53d8f1cc75> in <module>() 1 Gariguette = import_mtgfile(filename= ["Gariguette"]) 2 Capriss = import_mtgfile(filename= ["Capriss"]) ----> 3 plot(Gariguette) c:\users\mlabadie\documents\github\oawidgets\src\oawidgets\mtg.pyc in plot(g, properties, selection, hlayout, scale, labels, **kwds) 82 else: 83 label_node = labels[vid] ---> 84 level = levels[vid] 85 if selection is None: 86 color = groups[g.complex(vid)] KeyError: 75
conda list --explicit > conda_env.txt
conda_env.txt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Error when you want to send back when the mtg file contains several plants in notebook
conda_env.txt
The text was updated successfully, but these errors were encountered: