graphics icon indicating copy to clipboard operation
graphics copied to clipboard

Move "/tensorflow_graphics/projects" to "/projects"

Open taiya opened this issue 5 years ago • 0 comments

Currently "projects" are stored under the TFG namespace. On the other hand "submodules" are not, creating an inconsistency.

This has two main effects:

  1. long python import statement import tensorflow_graphics.projects.project.foo.bar
  2. the pip dependencies of projects need to become tensorflow_graphics dependencies (overkill?)

Recommended actions:

  1. We should move the projects subfolder to the root
  2. We need to make sure subprojects are properly tested (1x github action/project?)

taiya avatar Jul 16 '20 16:07 taiya