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

Eliminate duplication between DataCube, VectorCube, ... #278

Open
soxofaan opened this issue Mar 11, 2022 · 3 comments
Open

Eliminate duplication between DataCube, VectorCube, ... #278

soxofaan opened this issue Mar 11, 2022 · 3 comments

Comments

@soxofaan
Copy link
Member

soxofaan commented Mar 11, 2022

with addition of MlModel (5d074cb), we have now three classes that duplicate a lot of internals:

  • DataCube
  • VectorCube
  • MlModel

e.g. MlModel is more than 100 LoC, but only 10 is actually MlModel specific, the rest is copied from DataCube. In VectorCube it's even worse

I think these duplicated internals should be moved to a common base

@soxofaan
Copy link
Member Author

soxofaan added a commit that referenced this issue Mar 16, 2022
soxofaan added a commit that referenced this issue Mar 16, 2022
Just use standard method instead of cumbersome PGNode hacking.
Related to #278
soxofaan added a commit that referenced this issue Mar 16, 2022
Just use standard method instead of cumbersome PGNode hacking.
Related to #278
soxofaan added a commit that referenced this issue Mar 16, 2022
soxofaan added a commit that referenced this issue Mar 16, 2022
Just use standard method instead of cumbersome PGNode hacking.
Related to #278
soxofaan added a commit that referenced this issue Mar 17, 2022
soxofaan added a commit that referenced this issue Mar 17, 2022
Just use standard method instead of cumbersome PGNode hacking.
Related to #278
soxofaan added a commit that referenced this issue Mar 18, 2022
soxofaan added a commit that referenced this issue Mar 18, 2022
Just use standard method instead of cumbersome PGNode hacking.
Related to #278
@soxofaan
Copy link
Member Author

soxofaan commented Jun 1, 2023

Another use case: with LocalConnection there is also some overlap/duplication with Connection to be eliminated

@soxofaan
Copy link
Member Author

soxofaan commented Aug 9, 2023

also related to #402

@soxofaan soxofaan changed the title Eliminate datacube duplication Eliminate duplication between DataCube, VectorCube, ... Aug 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant