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

change real to float in cor of a single collection #61

Merged
merged 3 commits into from
Feb 13, 2021

Commits on Jan 3, 2021

  1. change real to float in cor of a single collection

    As in `cor` we get square root I think it is safe to assume that the result should be floating point.
    
    An example of current surprising behavior:
    ```
    julia> cor([im])
    true
    ```
    bkamins authored Jan 3, 2021
    Configuration menu
    Copy the full SHA
    fa8810c View commit details
    Browse the repository at this point in the history
  2. add tests

    bkamins authored Jan 3, 2021
    Configuration menu
    Copy the full SHA
    d783ff7 View commit details
    Browse the repository at this point in the history
  3. Update test/runtests.jl

    nalimilan authored Jan 3, 2021
    Configuration menu
    Copy the full SHA
    c6bfe2f View commit details
    Browse the repository at this point in the history