Skip to content

Commit

Permalink
Review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
thvasilo committed Nov 10, 2023
1 parent 681cc09 commit a33959d
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,10 @@ def process_and_write_graph_data(
process_start_time = perf_counter()

if not self._at_least_one_label_exists(data_configs):
logging.warning("No labels exist in the dataset, will not produce any masks")
logging.warning(
"No labels exist in the dataset, will not produce any masks, "
"and set task to 'link_prediction'."
)
self.skip_train_masks = True

metadata_dict = self._initialize_metadata_dict(data_configs)
Expand Down

0 comments on commit a33959d

Please sign in to comment.