Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BOV reader doesn't understand relative path names #2784

Closed
clyne opened this issue Jul 12, 2021 · 0 comments
Closed

BOV reader doesn't understand relative path names #2784

clyne opened this issue Jul 12, 2021 · 0 comments
Assignees
Milestone

Comments

@clyne
Copy link
Collaborator

clyne commented Jul 12, 2021

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:

  1. Copy data/Source/BOV/256f.{bin,bov} to another location
  2. 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
  1. Start vapor, import the .bov file and try to render the data.
@clyne clyne added the Bug label Jul 12, 2021
@sgpearse sgpearse added the High label Jul 13, 2021
@sgpearse sgpearse self-assigned this Jul 13, 2021
@sgpearse sgpearse added this to the 3_5_0 release milestone Jul 13, 2021
@sgpearse sgpearse added the Fixed label Jul 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants