-
Notifications
You must be signed in to change notification settings - Fork 25
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
Release/v 1.0.0 #1090
Release/v 1.0.0 #1090
Conversation
period.
Minor grammar and style
Minor grammar and consistency
Several minor changes for grammar and clarity
Edits for clarity
consistent casing
minor edits
minimizing like
Minor clarifications
minor edits
Minor edits
format
Attempting to make some links more accessible.
Fixes/into v1.0 release
) | ||
|
||
os.remove(file) | ||
# with open(file, "r") as f: |
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.
Did we want this commented out on purpose?
|
||
assert mgr_comm.running, "Should still be running" | ||
mgr_comm.send("Done") | ||
# def ignore_handler(signum, frame): |
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.
Intentionally commented out?
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 is the test we removed that is problematic on CI (macOS in virtual env). We could remove it.
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.
We could remove, or at least add a note to the source code about why it's commented out
Ref #1008