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
Short description explaining the high-level reason for the new issue.
Current behavior
After sourcing proc.attr.hydfab.R in the Rstudio, running the fs_attrs_grab.R (RaFTS Processing Scripts, Step 2) failed under Windows environment. Error was regarding the parquet files. Deleting the attribute folder and redoing the process did not help either.
Expected behavior
Steps to replicate behavior (include URLs)
Go to Rstudio.
- Source flow.install.proc.attr.hydfab.R under \formulation-selector\pkg\proc.attr.hydfab\flow
- Install any packages as needed (Tools/install packages)
- You might need to Restart R (Session/Restart R)
- Go to terminal inside Rstudio and type:
Rscript fs_attrs_grab.R C:/Users/SoroushSorourian/git/formulation-selector/scripts/eval_ingest/xssa/xssa_attr_config.yaml
Upon debugging the code, the error is narrowed down to the 'io_attr_dat' function in proc_attr_grabber.R code:
The error is generated in the first if-clause at line 569. The error generated when running this clause is as follows:
As an additional information, the version of the arrow function is as follows:
packageVersion("arrow")
[1] ‘18.1.0’
Screenshots
The text was updated successfully, but these errors were encountered:
@ssorou1 , this error appears to arise from how the arrow package is installed in Windows. Following these instructions, try to install the arrow package with the following command in R console: install.packages("arrow", repos = c("https://apache.r-universe.dev"))
Short description explaining the high-level reason for the new issue.
Current behavior
After sourcing proc.attr.hydfab.R in the Rstudio, running the fs_attrs_grab.R (RaFTS Processing Scripts, Step 2) failed under Windows environment. Error was regarding the parquet files. Deleting the attribute folder and redoing the process did not help either.
Expected behavior
Steps to replicate behavior (include URLs)
Go to Rstudio.
![image](https://private-user-images.githubusercontent.com/14353564/401258216-777ae610-67af-42f1-91c2-a0373c17038a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNjY4NjcsIm5iZiI6MTczOTM2NjU2NywicGF0aCI6Ii8xNDM1MzU2NC80MDEyNTgyMTYtNzc3YWU2MTAtNjdhZi00MmYxLTkxYzItYTAzNzNjMTcwMzhhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDEzMjI0N1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTUwYWI1NmVmOTZiY2JmYzQ4MjNlMDI1OWI1OTMzNGQ1ZmZlZDU5YTFkNzQyY2I3M2JjNDkzMWRjOGI3NmZhYmYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.lrS_xcRMq5lr0i96bbYsZlW2QEmU36WM-UTnI8G5Hq4)
- Source flow.install.proc.attr.hydfab.R under \formulation-selector\pkg\proc.attr.hydfab\flow
- Install any packages as needed (Tools/install packages)
- You might need to Restart R (Session/Restart R)
- Go to terminal inside Rstudio and type:
Rscript fs_attrs_grab.R C:/Users/SoroushSorourian/git/formulation-selector/scripts/eval_ingest/xssa/xssa_attr_config.yaml
Upon debugging the code, the error is narrowed down to the 'io_attr_dat' function in proc_attr_grabber.R code:
The error is generated in the first if-clause at line 569. The error generated when running this clause is as follows:
![image](https://private-user-images.githubusercontent.com/14353564/401258773-c4fa9616-9031-4700-b88b-ebfef12cb39b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNjY4NjcsIm5iZiI6MTczOTM2NjU2NywicGF0aCI6Ii8xNDM1MzU2NC80MDEyNTg3NzMtYzRmYTk2MTYtOTAzMS00NzAwLWI4OGItZWJmZWYxMmNiMzliLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDEzMjI0N1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTdjYzllZWVlYjcyNjE2YzVlMGFiMTRkNDZjNDZmNmYwODcyNTVmYTJjMzMzNzNlMzI4MTZlNmY5Y2NiNmZmMzYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.k154OUWJuw0hn_UoClJ3NVbmERxV23gNCIuLuHgp1GA)
As an additional information, the version of the arrow function is as follows:
packageVersion("arrow")
[1] ‘18.1.0’
Screenshots
The text was updated successfully, but these errors were encountered: