You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on the prompt
> We defined a meta-data schema for particle accelerator lattice lements in pals.
> You will find in pals/source the description of elements and their meta-data, the pals/examples has an example.
> Ignore the inheritance feature for now.
> I want you to find and read the element definitions.
> I want you to find and read the implementation of existing PALS Python elements in pals-python/. Follow their structure and style.
> Then, do this workflow:
> 1. read and understand one element at a time
> 2. go to pals-python/schema and add a new element, one at a time, following the existing implementation
> 3. go to pals-python/tests/test_schema.py and define a compact test per new element
> Repeat this until all elements defined in PALS are implemented in pals-python.
And ~10 follow-up prompts.
0 commit comments