Skip to content

Commit

Permalink
Merge pull request #29 from dfinity/bjoernek-patch-2
Browse files Browse the repository at this point in the history
Update helper_functions.py
  • Loading branch information
StephanusFischer authored Jul 4, 2024
2 parents e53edcb + 8f9246a commit 506963e
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 506963e

Please sign in to comment.