pylhc / omc3

Python 3 codes for beam optics measurements and corrections in circular particle accelerators

Home Page:https://pylhc.github.io/omc3/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: Pypi install does not include kmod sequences

mihofer opened this issue · comments

Documentation

  • Yes

Operating System

CentOS 7.9

Python Version

3.7

Package Version

2.1

Bug Description

When running the run_kmod script after installing it via pip install omc3, an error occurs as the files in the sequence directory in the kmod folder are missing.

Steps to Reproduce

No response

Relevant output

No response

Possible Fix Implementation

Add graft omc3/kmod/sequences to the MANIFEST.in.

I can confirm that the sequences folder is not part of the distribution one can get from PyPI. Should indeed be added to the MANIFEST file.