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
Files .gitattributes, test/CMakeLists.txt, and tutorial/tutorial_tools.sh reference rossrad.dat. However, test/Data/ contains rossrad.nc. References to rossrad.dat should be rossrad.nc.
To Reproduce:
clone soca repository
from the top level directory execute grep -r rossrad.dat . to find rossrad.dat references
Description
Files
.gitattributes
,test/CMakeLists.txt
, andtutorial/tutorial_tools.sh
referencerossrad.dat
. However,test/Data/
containsrossrad.nc
. References torossrad.dat
should berossrad.nc
.To Reproduce:
grep -r rossrad.dat .
to findrossrad.dat
referencesfind . -name "rossrad.nc" -print
to findrossrad.nc
rossrad
file should be.nc
, not.dat
The text was updated successfully, but these errors were encountered: