Skip to content

warnings with current python versions #23

@bernstei

Description

@bernstei
>>> from extxyz import write
/home/cluster/bernstei/test_python/extxyz/lib/python3.11/site-packages/extxyz/extxyz.py:459: FutureWarning: use functools.cached_property instead
  @lazyproperty
/home/Software/python/miniconda3/extra/lib/python3.11/site-packages/ase/utils/__init__.py:745: FutureWarning: use functools.cached_property instead
  return property(lazymethod(meth))
/home/cluster/bernstei/test_python/extxyz/lib/python3.11/site-packages/extxyz/extxyz.py:463: FutureWarning: use functools.cached_property instead
  @lazyproperty
/home/cluster/bernstei/test_python/extxyz/lib/python3.11/site-packages/extxyz/extxyz.py:467: FutureWarning: use functools.cached_property instead
  @lazyproperty
/home/cluster/bernstei/test_python/extxyz/lib/python3.11/site-packages/extxyz/extxyz.py:478: FutureWarning: use functools.cached_property instead
  @lazyproperty
/home/cluster/bernstei/test_python/extxyz/lib/python3.11/site-packages/extxyz/extxyz.py:485: FutureWarning: use functools.cached_property instead
  @lazyproperty

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions