Skip to content

Commit

Permalink
Merge pull request graphnet-team#704 from RasmusOrsoe/main
Browse files Browse the repository at this point in the history
fix truth table reference
  • Loading branch information
RasmusOrsoe authored May 2, 2024
2 parents 0ac4410 + 2efd732 commit 448a264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphnet/datasets/prometheus_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def _prepare_args(
dataset_path = dataset_paths[0]
event_nos = query_database(
database=dataset_path,
query=f"SELECT event_no FROM {self._truth_table[0]}",
query=f"SELECT event_no FROM {self._truth_table}",
)
train_val, test = train_test_split(
event_nos["event_no"].tolist(),
Expand Down

0 comments on commit 448a264

Please sign in to comment.