Skip to content

python error running LaBOX.py #1

Description

@mglgc

Hi,
First of all, thank you for your code development and its free availability to all scientific community.
Running LaBOX under python3 gives you code type errors for functions defined both at lines 72 and 92. As example, below attached error lines for one of them.
Thank you very much in advance for your reply.

Traceback (most recent call last):
File "./LaBOX.py", line 72, in
def get_coordinates(data: list[str], ext: str) -> list[float]:
TypeError: 'type' object is not subscriptable
[cssdbmgl@login210-19 ~]$ ./LaBOX.py -h
Traceback (most recent call last):
File "./LaBOX.py", line 72, in
def get_coordinates(data: list[str], ext: str) -> list[float]:
TypeError: 'type' object is not subscriptable

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions