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
if __name__ == '__main__':
'''Example usage of the functions defined in this file'''
# Please specify where the data set is located:
data_dir = '/home/.../'
Steps To Reproduce
Copy / paste the file into VS Code and intellisense highlights problem
Additional Information
none
The text was updated successfully, but these errors were encountered:
Yes. There is also another bug as it is hardcoded to only work with the first scan. I'll fix this and do as you say and then will also suggest a pytorch dataloader version which I am writing now.
Description of the bug
Re: https://github.com/LCAS/LAST-Straw/blob/master/python/data_io.py
In the main function the docstring is indented wrong. (Requires extra space)
Steps To Reproduce
Copy / paste the file into VS Code and intellisense highlights problem
Additional Information
none
The text was updated successfully, but these errors were encountered: