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

Fixed keyword parameters warning with Ruby 2.7 #521

Merged
merged 1 commit into from
May 30, 2020
Merged

Conversation

ankane
Copy link
Contributor

@ankane ankane commented Jan 2, 2020

Fixes the follow warning with Daru::DataFrame.from_csv:

.rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/daru-0.2.2/lib/daru/io/io.rb:234: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
.rbenv/versions/2.7.0/lib/ruby/2.7.0/csv.rb:679: warning: The called method `parse' is defined here

@v0dro v0dro merged commit 0535f0e into SciRuby:master May 30, 2020
@ankane
Copy link
Contributor Author

ankane commented May 30, 2020

Thanks @v0dro!

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.

2 participants