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

Consider reducing the number of attributes ga instances have #196

Open
eric-wieser opened this issue Dec 19, 2019 · 0 comments
Open

Consider reducing the number of attributes ga instances have #196

eric-wieser opened this issue Dec 19, 2019 · 0 comments
Milestone

Comments

@eric-wieser
Copy link
Member

eric-wieser commented Dec 19, 2019

Today, galgebra.ga.Ga objects have the following attributes

It might be worth deprecating or making some of these private.

List above generated with

for d in dir(ga):
    if not d.startswith('_'):
        print('* `{}`'.format(d))
@eric-wieser eric-wieser changed the title Consider removing the number of attributes ga instances have Consider reducing the number of attributes ga instances have Dec 19, 2019
@utensil utensil added this to the 0.6.0 milestone Jun 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants