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

Error during analysis: 'NoneType' object has no attribute 'lower #1

Open
guinslym opened this issue Nov 28, 2024 · 0 comments
Open

Comments

@guinslym
Copy link
Collaborator

Sometimes I am getting this error while running the script

Error during analysis: 'NoneType' object has no attribute 'lower'""" on the line ```

Generate Advanced time analysis visualization

    analyzer.create_advanced_time_analysis()

sometimes I rerun the code and everything works. 

What I did is that I commented `        # Generate individual visualization files
        analyzer.save_individual_visualizations()
        
        # Generate time analysis visualization
        analyzer.create_time_analysis()

        # Generate Advanced time analysis visualization
        analyzer.create_advanced_time_analysis()

        # Add operator location analysis
        analyzer.analyze_operator_location()`


Than run the code. Then uncommented them and run the code. 
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