SuLab / scheduled-bots

GeneWiki Scheduled Bots
MIT License
9 stars 15 forks source link

Issues with fastrun moved from https://github.com/SuLab/WikidataIntegrator/issues/84 #26

Closed andrawaag closed 4 years ago

andrawaag commented 5 years ago

Moved from: https://github.com/SuLab/WikidataIntegrator/issues/84

Fastrun on obographs_DO.py is not very fast anymore. I ran it through Pycharm's profiler, and I think it has to do with __select_wd_item. Specifically this line

WikidataIntegrator/wikidataintegrator/wdi_core.py

Line 423 in 842ddb5

results = WDItemEngine.execute_sparql_query(query=query, endpoint=self.sparql_endpoint_url)

andrawaag commented 4 years ago

Since the bot is being redesigned I close this issue