Gavin Wiggins
Gavin Wiggins
Can you provide more details about what you want to accomplish with a Python interface for SLIDE? Would it be possible to completely replace SLIDE with a full Python implementation?
Yes, the warnings are for MyProj as displayed below. ``` example.jl: 1:8 warning Missing reference: MyProj Julia:Julia 4:9 warning Missing reference: MyProj Julia:Julia 5:9 warning Missing reference: MyProj Julia:Julia ```...
Can you provide a basic example of how these new features are implemented by a user? How would `template_arg_parser` be used for the example shown below? ```python from caproto.server import...
Adding a log level parameter to the `run` function would be useful for situations when not using the `ioc_arg_parser` approach. ```python from caproto.server import PVGroup, pvproperty, run class SimpleIOC(PVGroup): A...
@HammadB But why does this occur when I use Python 3.13? This problem doesn't occur for Python 3.12.
@kitmonisit Yes, splitting the array into smaller chunks is the only solution that I have found. But I still want to understand why the NumPy array must be less than...