cedadev / archive-opensearch

Prototype Opensearch Application for the CEDA Archive
0 stars 0 forks source link

Issue/140/get phenom #143

Open Mahir-Sparkess opened 2 years ago

Mahir-Sparkess commented 2 years ago

fixes #140

Mahir-Sparkess commented 2 years ago

Would it be possible the testCase for the list comprehension for int64 isn't reflective of a real value i.e. testCase is not a nested loop vs real link is nested loop? Added if statement to check for nested loops so both cases work.

Mahir-Sparkess commented 2 years ago

Check for dict instead of list, if it is a nested list then loop ends in 1 iteration, first item is dict (so not nested) any stops so iteration also ends in 1. therefore O(1)