Marc Schwering

Results 3 comments of Marc Schwering

I'm actually seeing the proble that `doc_val` stays a string for me in fake_elasticsearch: ``` for sign, value in comparisons.items(): if isinstance(doc_val, datetime.datetime): value = dateutil.parser.isoparse(value) if sign == 'gte':...

I see `FakeIndicesClient` ignores `body`, so types have to be converted by hand before adding. In case anyone stumbles across this as well. I patched `dateutil.parser.isoparse` to achieve what @JimGomez48...

probably related https://github.com/ranaroussi/yfinance/issues/2328