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
Add function to Optionally get
site.info
if not present #3324base: develop
Are you sure you want to change the base?
Add function to Optionally get
site.info
if not present #3324Changes from 22 commits
cb41971
8b82f2b
8c998fd
7a5a848
74365fd
a0ae689
18dd086
7a69113
604634b
0f154e5
fae37a8
cb42033
5ee450a
e37b93b
144ce9c
54ce644
6d76455
ca0b50e
8082194
65cdea7
acb8507
59f451a
f0ca425
e59c981
d66503f
6d0b730
f5fac44
9d328eb
45fc781
16a9b93
6a4b131
798d09f
5ba853d
e2cf4f1
18cc1ae
3ee93a5
e7be402
a314897
92b9b06
e76124d
dff7ab8
903efc9
14950aa
d392847
0ac5b39
2639e88
308380e
9edc268
a7c4b7d
59b293e
b685c58
65b976d
99e4345
a4025a8
f6390eb
5135e82
c411a6e
0009c6e
9039c23
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.
Q in live review: why this structure? A: to match what's expected at met.process line 165
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.
Detailed Explanation : Current structure is followed to match data flow of what information is later on utilised in
met.process
for other function callsSome generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
Hypothesis to confirm before acting: No downstream object uses new.site$id, can remove it here
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.
new.site$id
is later on passed on todownload.raw.met.module
for further conversions inconvert_input
function. I guess for that instance we will have to keep it rather than duplicating the code.Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.