Skip to content

np.concat does not exists #169

@oscarxblanco

Description

@oscarxblanco

Dear all,
there is an example using np.concat which is not recognize as a numpy method:

https://github.com/oscarxblanco/pyaml/blob/1614bf992b845c6aaea98c3ee46ec83435356b9b/examples/ESRF_ORM_example/correct_orbit.py#L20

examples/ESRF_ORM_example/correct_orbit.py", line 20, in <module>
    reference = np.concat((ref_h, ref_v))
                ^^^^^^^^^
  File "/home/oblanco/Documents/public/progs/pyenv/pyenvat/lib/python3.11/site-packages/numpy/__init__.py", line 333, in __getattr__
    raise AttributeError("module {!r} has no attribute "
AttributeError: module 'numpy' has no attribute 'concat'. Did you mean: 'compat'?

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