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

Pipeline fails due to flake8 errors #23

Open
lupeterm opened this issue Apr 25, 2023 · 0 comments
Open

Pipeline fails due to flake8 errors #23

lupeterm opened this issue Apr 25, 2023 · 0 comments
Assignees

Comments

@lupeterm
Copy link
Collaborator

Currently, the github actions fail because flake8 is throwing a multitude of undefined name errors.
A recent output:

./build/lib/Owls/io/io.py:240:15: F821 undefined name 'Origins'
    origins = Origins()
              ^
./build/lib/Owls/io/io.py:278:15: F821 undefined name 'Origins'
    origins = Origins()
              ^
./build/lib/Owls/parser/LogFile.py:123:34: F821 undefined name 'os'
        fold, dirs, files = next(os.walk(folder))
                                 ^
./build/lib/Owls/parser/LogFile.py:126:14: F821 undefined name 'DataFrame'
        df = DataFrame()
             ^
./build/lib/Owls/parser/LogFile.py:129:18: F821 undefined name 'concat'
            df = concat([df, self.parse_to_df(log_name)])
                 ^
./src/Owls/io/io.py:240:15: F821 undefined name 'Origins'
    origins = Origins()
              ^
./src/Owls/io/io.py:278:15: F821 undefined name 'Origins'
    origins = Origins()
              ^
./src/Owls/parser/LogFile.py:123:34: F821 undefined name 'os'
        fold, dirs, files = next(os.walk(folder))
                                 ^
./src/Owls/parser/LogFile.py:126:14: F821 undefined name 'DataFrame'
        df = DataFrame()
             ^
./src/Owls/parser/LogFile.py:129:18: F821 undefined name 'concat'
            df = concat([df, self.parse_to_df(log_name)])
@lupeterm lupeterm self-assigned this Apr 25, 2023
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

No branches or pull requests

1 participant