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

Fix DBA to work with Julia 1.x #9

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

maetshju
Copy link
Contributor

@maetshju maetshju commented Mar 7, 2020

This PR is a handful of changes to get DBA to work with newer versions of Julia. It also adds a simple DBA test to the test suite so that CI or otherwise can catch code regressions or syntax etc. incompatibilities with DBA.

arr[:,i] = seq[i][:]
end
return arr
function seq_to_array(seq::Sequence{N}) where N
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had updated this function to work as part of the debugging/dev process. It's not central to the operation of the dba() function now, but I think using the cat() function is clearer in terms of exposing how the array is constructed from the Sequence.

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

Successfully merging this pull request may close these issues.

1 participant