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 BOV importer doesn't understand relative file path names specified by the DATA_FILE keyword in a .bov file. If the value of DATA_FILE is not an absolute path name it should be interpreted relative to the path to the .bov file that contains the DATA_FILE keyword.
To reproduce:
Copy data/Source/BOV/256f.{bin,bov} to another location
Edit 256f.bov, changing the value of DATA_FILE to a relative path, e.g.:
DATA_FILE: ./256f.bin
or simply
DATA_FILE: 256.bin
Start vapor, import the .bov file and try to render the data.
The text was updated successfully, but these errors were encountered:
The BOV importer doesn't understand relative file path names specified by the DATA_FILE keyword in a .bov file. If the value of DATA_FILE is not an absolute path name it should be interpreted relative to the path to the .bov file that contains the DATA_FILE keyword.
To reproduce:
DATA_FILE: ./256f.bin
or simply
The text was updated successfully, but these errors were encountered: