Open junoslukan opened 2 years ago
Leaving open for now, if anyone else encounters the same problem we will investigate further. It might be related to paths in WSL. @Meng6 if there is anyone running RAPIDS on WSL, could you ask them to try to reproduce this problem? If there is no one, that's ok, we will wait for a new report
Sure, @JulioV. Our interns do not run RAPIDS on WSL. Let's wait for a new report.
While trying to get the report from
merge_heatmap_sensors_per_minute_per_time_segment
I got the following exception:After some testing, it turned out that the following line was problematic:
I am not sure whether
rmarkdown
deals with paths in.Rmd
files differently than what happens in regular R scripts. However, providing the absolute path to theactivate.R
script fixed the problem.Ideally, the path would be kept relative, but I am at a loss about what
rmarkdown
expects here.