predictor
predictor copied to clipboard
NoMethodError (delete_pair_from_matrix!)
Following the instructions for deleting a single pair from a matrix result in calling a method (delete_pair_from_matrix!
) that seems to no longer exist.
Any idea what happened to this method since it was merged in #37? Is there a newer way to go about this?
Sorted this one out, the method is on master
, but not on the latest rubygems release version.
Updated my Gemfile
to the following and it's all sorted.
gem 'predictor', github: 'Pathgather/predictor', ref: '09b7a98'
@nyagato-00 could you please release a new version with the current codebase? Got burned by this as well.