predictor icon indicating copy to clipboard operation
predictor copied to clipboard

NoMethodError (delete_pair_from_matrix!)

Open akestner opened this issue 6 years ago • 2 comments

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?

akestner avatar Feb 17 '19 23:02 akestner

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'

akestner avatar Feb 26 '19 01:02 akestner

@nyagato-00 could you please release a new version with the current codebase? Got burned by this as well.

AlexanderZaytsev avatar May 20 '21 13:05 AlexanderZaytsev