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.
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
CDF Updates #660
CDF Updates #660
Changes from 64 commits
272ba6f
537b341
526d0d4
2407f18
32c568d
3f19842
42face3
e08ea48
649d2da
d0c3be2
2033c8b
ac9d8d9
c1f60ff
308d09a
b964266
191c234
a023663
4719b28
7fcb53e
97db92b
5e6c8e5
c1b6a55
706e981
a8ec74c
8b99182
f2f45c1
46eb203
7032161
8fa0535
7906ed6
d2fea9a
4620de5
7af1e5a
b5baf40
20d5ec2
bf05f47
12f371c
456c465
cfcd446
16dbbe2
04b78d9
9b0a472
229f75c
951d0dc
39bcb67
fa7f91c
cddd552
cdb2d27
9d9cada
7a3ac5e
7fd4225
0a9395a
0297af0
7c6320a
8138cfb
e5e5b05
d904c81
1d4c487
f288f6a
0099a81
87c64a3
69dff37
4875d20
a02fa7e
b32f77b
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Commenting on the
__init__.py
file but this is relevant to all files in this directory...All
.py
files in this directory should be moved toimap_processing/tests/cdf/
All
.yaml
files should be moved under the parent directoryimap_processing/tests/cdf/test_data
Basically, we want the directory structure under
imap_processing/tests
to mirror the directory structure of underimap_processing
with the exception of test data.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.
Sweet! I had to leave one .yaml file under
/tests/cdf
due to the way the code is written in__init__
, but I will be sure to ask Maxine about that.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.
The reason we left the tests where they were, is because this code is going to be moved to another repo very soon and hopefully removed from here. So, I wanted it to be isolated from everything else.
but, in general, all tests should go under
imap_processing/tests
. So I don't feel strongly about this, but I'd slightly prefer to keep it all together to make it easier to move and feel confident I got all of it.