You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of problem and/or code sample that reproduces the issue
(second line)
(quotes_fetcher-eB5mEd6u) (default2)kothique@kothique-laptop:~/Development/__tmp/__python/quotes_fetcher$ python reproduce.py
/home/kothique/.local/share/virtualenvs/quotes_fetcher-eB5mEd6u/lib/python3.6/site-packages/arctic/tickstore/tickstore.py:413: FutureWarning: Conversion of the second argument of issubdtype from `int` to `np.signedinteger` is deprecated. In future, it will be treated as `np.int64 == np.dtype(int).type`.
if np.issubdtype(dtype, int):
col1 col2
2018-08-27 12:55:05.950000+03:00 1.13254 1.13135
fromarcticimportArctic, TICK_STOREfromdatetimeimportdatetime, timezoneconn=Arctic("localhost")
conn.initialize_library("repr_lib", lib_type=TICK_STORE)
lib=conn.get_library("repr_lib")
date=datetime.now(timezone.utc)
lib.write("sym1", [{"col1":"1.13254","col2":"1.13135","index":date}]) # <- warning is printed from heredf=lib.read("sym1")
print(df)
The text was updated successfully, but these errors were encountered:
kothique
changed the title
Exception: Conversion of the second argument of issubdtype from int to np.signedinteger is deprecated.
FutureWarning: Conversion of the second argument of issubdtype from int to np.signedinteger is deprecated.
Aug 27, 2018
Arctic Version
Arctic Store
Platform and version
Description of problem and/or code sample that reproduces the issue
(second line)
The text was updated successfully, but these errors were encountered: