Skip to content

Fix behavior for multiple morphs #121

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

Merged
merged 7 commits into from
Jun 14, 2024
Merged

Conversation

Sparks29032
Copy link
Collaborator

@Sparks29032 Sparks29032 commented Jun 12, 2024

Originally programmed to error if there are non-PDF files (or directories), better not to error when directory is there since user may save their morphed PDFs in the same directory within a subdirectory.

Also rename outputted .csv to .txt as it is definitely not a .csv. The format can be read by loadData, so I think it is fine not to change it to an explicit .csv.

Also reorder the --help order so options involving morphs available and plotting are above options for doing multiple morphs.

@Sparks29032 Sparks29032 changed the title Fix behavior or multiple morphs Fix behavior for multiple morphs Jun 13, 2024
@Sparks29032 Sparks29032 mentioned this pull request Jun 13, 2024
9 tasks
Copy link
Contributor

@sbillinge sbillinge left a comment

Choose a reason for hiding this comment

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

please see inline comment.

epilog="\n".join(
[
"For more information, see the PDFmorph manual."
"Please report bugs to diffpy-dev@googlegroups.com.",
Copy link
Contributor

Choose a reason for hiding this comment

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

we don't use this any more so it would be good to remove diffpy-dev from everywhere. Let's ask them to report questions and bugs to diffpy-users.

Can we also do a global search and make this change everywhere in all the projects.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Changed everywhere in PDFmorph. I put in an issue to operation-release-everything about the remaining instances of diffpy-dev that need to be updated.

@sbillinge sbillinge merged commit e3d6b25 into diffpy:main Jun 14, 2024
2 checks 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.

2 participants