Skip to content

Remove awkward and timer from dependencies#808

Merged
RasmusOrsoe merged 2 commits intographnet-team:mainfrom
RasmusOrsoe:remove_awk_and_timer
Jun 17, 2025
Merged

Remove awkward and timer from dependencies#808
RasmusOrsoe merged 2 commits intographnet-team:mainfrom
RasmusOrsoe:remove_awk_and_timer

Conversation

@RasmusOrsoe
Copy link
Copy Markdown
Collaborator

@RasmusOrsoe RasmusOrsoe commented Jun 6, 2025

As pointed out by @nega0 in #800 , awkward and timer produce build errors in CMake.

The two libraries are currently only used in the examples data_02/01_read_dataset.py and data_02/04_ensemble_dataset.py. In the past, we relied on these libraries more, but at this stage, I think it's unnecessary to include them as dependencies in GraphNeT.

This PR modifies the two examples to not rely on the dependencies, and removes the two libraries from the list of dependencies for GraphNeT.

The PR also close #774

Copy link
Copy Markdown
Collaborator

@Aske-Rosted Aske-Rosted left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@RasmusOrsoe RasmusOrsoe merged commit af13bfe into graphnet-team:main Jun 17, 2025
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug in graph definition in example 01_read_dataset.py

2 participants