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

vscgpm: eliminate nested defaultdict #187

Open
fsaad opened this issue Nov 30, 2016 · 0 comments
Open

vscgpm: eliminate nested defaultdict #187

fsaad opened this issue Nov 30, 2016 · 0 comments

Comments

@fsaad
Copy link
Collaborator

fsaad commented Nov 30, 2016

        self.obs = defaultdict(lambda: defaultdict(dict))

No reason for such a wacky data structure causes bug after bug.

@fsaad fsaad changed the title Eliminate nested defaultdict from VsCGPM vscgpm: eliminate nested defaultdict Jan 15, 2018
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

1 participant