to_cn_string (implemented in this issue)
Open
- Dominant language
- Python
- Stars
- 38
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
```python
def kf_to_cn_string(curve):
return ','.join(
[f"{kf['t']}:({kf['value']})"
for kf in curve.to_dict()['curve'].values()
])
# vktrs
kf_to_cn_string(driving_signal_kf)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.