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

Add fuzzy histogram, pair-finder memory, and KD Tree pair-finder nodes; fix bugs #50

Merged
merged 9 commits into from
Dec 11, 2023

Conversation

shinkle-lanl
Copy link
Collaborator

No description provided.

@@ -28,7 +28,7 @@ class AutoKw:
_auto_module_class = NotImplemented

def auto_module(self):
kw = self.module_kwargs or {} # Default to empty dictionary if Falsey
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know this is way zoomed in on the details, but this is not a typo. "x is truthy" means bool(x) is True, "x is falsey" means "bool(x) is False"

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, I did not know this.

@lubbersnick
Copy link
Collaborator

Can you update the change log and the documentation to mention the new features? Then I will merge.

@shinkle-lanl
Copy link
Collaborator Author

@lubbersnick Change log and docs updated. Let me know what you think.

@lubbersnick
Copy link
Collaborator

Thanks!

@lubbersnick lubbersnick merged commit 9b24b21 into lanl:development Dec 11, 2023
1 check passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants