-
Notifications
You must be signed in to change notification settings - Fork 2
Various fixes #71
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
Various fixes #71
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
effdc1a
Fix a couple things I stumbled on in the contribution guide
bhazelton 6c905db
remove defaults from the conda env
bhazelton 01f031c
fix path handling and a numpy bug
bhazelton 13f7faa
fix errors in uvfits reader
bhazelton fffa4bf
fix checkpointing to work properly
bhazelton aa211f5
fix vis_model_transfer to handle standard FHD folder structure
bhazelton 353edb7
fix misspelled calibration checkpoint option in yamls
bhazelton 722752c
fix shape error in vis_baseline_hist caused by flagged data
bhazelton 5508c29
Add more prominent explanation of passing None via yamls.
bhazelton 9f7f2fe
fix more checkpointing errors
bhazelton 8721458
fix keyerror caused by not checking for key existence
bhazelton 2ecdc81
fix a bug in image plotting
bhazelton 89a97b3
fix a keyerror and numpy indexing errors in beam_image
bhazelton 70f0177
fix defaulting of baseline_threshold in dirty_image_generate
bhazelton e8c84bf
fix a couple of tests that are broken for me
bhazelton 5d53297
add some docstrings to cryptic tests
bhazelton 94bd73e
another small checkpointing fix
bhazelton a0d83d8
fix a test
bhazelton f86352c
fix another couple tests
bhazelton 796bc33
improved comment per review comments
bhazelton 0266cb6
update the changelog
bhazelton File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
ohhh agreed.