Tommy Carstensen

Results 12 issues of Tommy Carstensen

This code: ``` import os from owlready2 import onto_path from owlready2 import get_ontology onto_path.append(os.getcwd()) onto = get_ontology('http://purl.obolibrary.org/obo/bto.owl') print(onto.search(subclass_of = 'obo.BTO_0000042')) ``` Gives this error: `AttributeError: 'str' object has no attribute...

### Describe bug I don't think there is a way to get the average, high and low revenue estimate. Previously I could access this via: data['calendarEvents']['earnings']['revenueAverage'] data['calendarEvents']['earnings']['revenueLow'] data['calendarEvents']['earnings']['revenueHigh'] ### Simple...