Skip to content
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

UD-Graph refacto #28

Open
DiegoVinasco opened this issue Oct 25, 2022 · 0 comments
Open

UD-Graph refacto #28

DiegoVinasco opened this issue Oct 25, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request technical

Comments

@DiegoVinasco
Copy link
Contributor

UD-Graph currently implements most of its code as python scripts (e.g. using if __name__ == "__main__": do stuff). This means that these scripts cannot be properly imported into one another. The current work around is to use os.system to call other scripts through the command line but this is quite hacky and not OS agnostic.

It would be better to implement UD-Graph python code as a python package(s) in order to allow these scripts to be properly imported into one another (and eventually be reused by other libraries projects)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request technical
Projects
None yet
Development

No branches or pull requests

1 participant