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

[BUG]: code indent problem #1

Open
18684092 opened this issue May 22, 2024 · 2 comments
Open

[BUG]: code indent problem #1

18684092 opened this issue May 22, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@18684092
Copy link

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)

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

@18684092 18684092 added the bug Something isn't working label May 22, 2024
@gcielniak
Copy link
Collaborator

Thanks, Andy, can you turn this issue into a pull request, please? Fork, make changes that fix the bug and then sync with the main branch.

@18684092
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants