We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The vector_data_json_path variable seems to extract the wrong path definition (with relative path being passed in the Map_Tutorial notebook)
Setting it to just vector_data_fname seems to be working for me -- instead of log_map_dirpath / vector_data_fname
vector_data_fname
log_map_dirpath / vector_data_fname
Check it out please?
Thanks!
The text was updated successfully, but these errors were encountered:
I had the same problem and I solved it in the same way. The results look fine. @Shivanshu17
Sorry, something went wrong.
Thanks for reminder, @Shivanshu17 . I think this is a bug since log_map_dirpath.glob("log_map_archive_*.json") will add dirpath to its result.
log_map_dirpath.glob("log_map_archive_*.json")
Resolved via #113.
No branches or pull requests
The vector_data_json_path variable seems to extract the wrong path definition (with relative path being passed in the Map_Tutorial notebook)
Setting it to just
vector_data_fname
seems to be working for me -- instead oflog_map_dirpath / vector_data_fname
Check it out please?
Thanks!
The text was updated successfully, but these errors were encountered: