-
Notifications
You must be signed in to change notification settings - Fork 4
Cookierelease: setup src folder structure #10
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
Conversation
"""Run NMF analysis on PDF and XRD data""" | ||
|
||
# package version | ||
from diffpy.nmf_mapping.version import __version__ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nmf_mapping used.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not ready for a PR at the moment.
from scipy import interpolate | ||
from sklearn.decomposition import NMF, PCA | ||
from sklearn.exceptions import ConvergenceWarning | ||
|
||
from diffpy.utils.parsers.loaddata import loadData |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done by pre-commit
# obtain version information | ||
from importlib.metadata import version | ||
|
||
__version__ = version("diffpy.nmf_mapping") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nmf_mapping
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this looks good. It is failing precommit for what may be a typo in run.py but I am not sure. Tests are now running. Since this is mostly moving files, I am ok merging this and then debugging on the next PR, but it is showing as a draft PR indicating that you don't want me to merge it yet. Just let me know.
@sbillinge Yes, Please merge. I will look into the details ( |
No description provided.