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

bin_widths() should return coral group bin widths with metadata #894

Open
ConnectedSystems opened this issue Oct 26, 2024 · 0 comments
Open

Comments

@ConnectedSystems
Copy link
Collaborator

Currently, calling ADRIA.bin_widths() returns a matrix:

size_widths = ADRIA.bin_widths()
5×7 Matrix{Float64}:
 0.025  0.025  0.025  0.1   0.2   0.6   0.5
 0.025  0.025  0.025  0.1   0.15  0.15  0.5
 0.025  0.025  0.025  0.05  0.05  0.2   0.1
 0.025  0.025  0.025  0.1   0.2   0.1   0.5
 0.025  0.025  0.025  0.1   0.2   0.1   0.5

Instead, a YAXArray with names and labels for each axes, row and column should be included.

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