SunSpecOrangeButton / pyoblib

Orange Button Python Library
Apache License 2.0
14 stars 19 forks source link

get_all_concepts() returns incorrect values #180

Closed joelebwf closed 4 years ago

joelebwf commented 4 years ago

With details=False as the input parameter this returns a list of entrypoints. With details=True as the input parameter this returns a list of concept names. This should return a list of concept names with details=False and a full set of concept Details (in the same manner than get_concept_details returns details for a singular concept) with details=True.