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

Use a more uniform folder structure #32

Open
D-K-E opened this issue Nov 11, 2023 · 0 comments
Open

Use a more uniform folder structure #32

D-K-E opened this issue Nov 11, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@D-K-E
Copy link
Owner

D-K-E commented Nov 11, 2023

A more uniform folder structure is needed. The suggested structure is:

  • pygmodels/
    • graph/
      • func/
      • type/
      • model
    • factor/
      • func/
      • type/
      • model
    • pgm/
      • func/
      • type/
      • model/

The idea is that type/ contains base type and abstract object and the base object that implements its methods. model/ folder contains objects that inherit from base class. func contains functions that act on both stuff in types and also in model.
By convention the *ops module in func/ should apply to base class.

@D-K-E D-K-E self-assigned this Nov 11, 2023
@D-K-E D-K-E added the enhancement New feature or request label Nov 11, 2023
D-K-E pushed a commit that referenced this issue Nov 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant