You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The active file met2CF.R is incomplete. Some variables are not defined and the function dbfile.input.insert is not completed.
The code file was last changed 10 years ago.
To Reproduce
Steps to reproduce the behavior:
Open the file modules/data.atmosphere/inst/scripts/met2CF.R
Scroll down to lines 54
Observe the incomplete code
Expected behavior
The file met2CF.R should contain complete R code. It is observed that the end code block is missing as follow :
# insert into db as inputdbfile.input.insert<-function(filename, siteid, startdate, enddate, mimetype, formatname, con, hostname=PEcAn.remote::fqdn()) {
Screenshots
If applicable, add screenshots to help explain your problem.
Machine (please complete the following information):
Server: NaN
OS: MacOS
Version:
Additional context
The incomplete code may be causing issues with the execution of the program. The missing variables and incomplete function need to be defined and completed respectively.
The text was updated successfully, but these errors were encountered:
Bug Description
The active file
met2CF.R
is incomplete. Some variables are not defined and the functiondbfile.input.insert
is not completed.The code file was last changed 10 years ago.
To Reproduce
Steps to reproduce the behavior:
modules/data.atmosphere/inst/scripts/met2CF.R
Expected behavior
The file
met2CF.R
should contain complete R code. It is observed that the end code block is missing as follow :Screenshots
If applicable, add screenshots to help explain your problem.
Machine (please complete the following information):
Additional context
The incomplete code may be causing issues with the execution of the program. The missing variables and incomplete function need to be defined and completed respectively.
The text was updated successfully, but these errors were encountered: