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
dept_png_file_path = Path(if_analysis_folder_path) / Path(file_name + ".png") barchart.write_image(dept_png_file_path)
-> this issue seems to come from the line above: saving the barchart in a png file. The rest of the code is never executed
-> commenting those 2 lines removes the issue
The text was updated successfully, but these errors were encountered:
Using this feature does not give any result and the app seems to continuously working without doing anything.
Issue origin in code:
BM_PubAnalysis.py -> if_analysis() -> _plot_if_analysis() -> _create_save_barchart() -> _save_dept_barchart()
dept_png_file_path = Path(if_analysis_folder_path) / Path(file_name + ".png")
barchart.write_image(dept_png_file_path)
-> this issue seems to come from the line above: saving the barchart in a png file. The rest of the code is never executed
-> commenting those 2 lines removes the issue
The text was updated successfully, but these errors were encountered: