Skip to content

Conversation

@vjlux
Copy link
Collaborator

@vjlux vjlux commented Jun 20, 2024

The new release v1.1 provides NavVis test data for download.
Only convenience method

https://github.com/microsoft/lamar-benchmark/releases/tag/v1.1


print("Downloading NavVis test data...")

if(os.path.exists(zipFileName)):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: I would make that this script takes an output folder, and outside you create a temporal directory, something like:
navvis_test_data_path = Path(tempfile.mkdtemp())

Then you avoid check if exists, also you can remove the .gitignore. The idea is not to populate the git repo with untracked files.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

k will come back to this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants