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
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.
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: