Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot save np.complex array with acquisition_loop #62

Closed
lkb-omq opened this issue Sep 5, 2023 · 1 comment
Closed

Cannot save np.complex array with acquisition_loop #62

lkb-omq opened this issue Sep 5, 2023 · 1 comment

Comments

@lkb-omq
Copy link

lkb-omq commented Sep 5, 2023

Solution to acquisition_loop.py file:

if isinstance(value, (complex, np.complex_)) or \
                    (isinstance(value, (np.ndarray,)) and value.dtype==np.complex_):  # type: ignore
kyrylo-gr added a commit that referenced this issue Oct 6, 2023
- save complex arrays with loop (#62)
- default value of max_length with aqm.parse_config_str (#63)
@kyrylo-gr
Copy link
Owner

solved with v0.8.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants