Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make "Duplicate all" test run faster #15

Open
matuskalas opened this issue Aug 23, 2023 · 1 comment
Open

Make "Duplicate all" test run faster #15

matuskalas opened this issue Aug 23, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@matuskalas
Copy link
Member

matuskalas commented Aug 23, 2023

I see 2 eventual options for making this super-lengthy test faster:

  1. Maybe a more efficient, "super-fancy" SPARQL query?

  2. Use Python to find duplicates in an indexed collection. For example along the lines of: Use SPARQL to output all labels and concept/etc. IDs; read into Pandas to find duplicates; return the output in a Caséologue style.

It is really a "show-slower" in all work on the GitHub Actions and Caséologue itself, waiting 10-80 minutes after each push... 🙁

In either case, advise from @albangaignard please 😊

@maanst is motivated to work on this 🙌🏽

Note: Please also look at the unit test for "duplicate all" in test_caseologue. It is disabled for this reason currently.

@matuskalas matuskalas added enhancement New feature or request help wanted Extra attention is needed labels Aug 23, 2023
@matuskalas
Copy link
Member Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants