inaos / iron-array

2 stars 0 forks source link

Remove warnings regarding a deprecated module of llvmlite #614

Closed martaiborra closed 2 years ago

martaiborra commented 2 years ago

When using the latest llvmlite version, '0.39.1', and executing an example such as array_persistency.py, the output is:

/Users/faltet/miniconda3/lib/python3.9/site-packages/llvmlite/llvmpy/__init__.py:3: UserWarning: The module `llvmlite.llvmpy` is deprecated and will be removed in the future.
  warnings.warn(
/Users/faltet/miniconda3/lib/python3.9/site-packages/llvmlite/llvmpy/core.py:8: UserWarning: The module `llvmlite.llvmpy.core` is deprecated and will be removed in the future. Equivalent functionality is provided by `llvmlite.ir`.
  warnings.warn(
Creating arange.iarr
Reading arange.iarr
Correct values read!

This warning should be removed.