Skip to content

Commit

Permalink
Update helper_functions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernek authored Jul 3, 2024
1 parent e53edcb commit 8f9246a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion topology_optimizer/helper_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def get_node_pipeline(filename='node_pipeline.csv'):

# Check if the DataFrame is empty
if df_file.empty:
print("No data to process. Returning an empty DataFrame.")
#print("No data to process. Returning an empty DataFrame.")
return pd.DataFrame()

dfs = []
Expand Down

0 comments on commit 8f9246a

Please sign in to comment.