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

file_to_array does not support extra keyword args #117

Open
guilhermebodin opened this issue Nov 29, 2022 · 0 comments
Open

file_to_array does not support extra keyword args #117

guilhermebodin opened this issue Nov 29, 2022 · 0 comments

Comments

@guilhermebodin
Copy link
Member

It is currently not possible to use the function file_to_array with a single binary file because there is no way to pass this argument to the open funciton inside it

Closest candidates are:
  file_to_array(::Type{T}, ::String; use_header, header) where T<:PSRClassesInterface.AbstractReader at C:\Users\guilhermebodin\.julia\packages\PSRClassesInterface\TJP78\src\time_series_utils.jl:133 got unsupported keyword argument "single_binary"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants