-
Notifications
You must be signed in to change notification settings - Fork 0
restructure package layout #42
New issue
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
Conversation
|
To use the config file directly provided with the repo it is still necessary to got into the docs folder, so from root the following code does not work: |
…dding "docs" to run vuegen from root
|
I fixed the component paths of ´report_config_micw2graph.yaml´ by appending "docs/" and vuegen is running locally from the root. But, now the tests are not passing bc of this change. |
The workflow for tests I would not touch. It's later also Sphinx specific issues (the results need to be in the |
|
So the issue is with the example notebook. If I run RuntimeError: An error occurred while reading the network file: The file at docs/example_data/MicW2Graph/2_Microbial_Association_Networks/1_Network_visualization1/1_man_example.graphml was not found or cannot be accessed.What we could do is change the directory execution of the workflow - if you agree! |
No description provided.