spec/slice_set_spec.rb in nmatrix-0.0.9 vs spec/slice_set_spec.rb in nmatrix-0.1.0.rc1
- old
+ new
@@ -6,12 +6,12 @@
# NMatrix was originally inspired by and derived from NArray, by
# Masahiro Tanaka: http://narray.rubyforge.org
#
# == Copyright Information
#
-# SciRuby is Copyright (c) 2010 - 2012, Ruby Science Foundation
-# NMatrix is Copyright (c) 2012, Ruby Science Foundation
+# SciRuby is Copyright (c) 2010 - 2014, Ruby Science Foundation
+# NMatrix is Copyright (c) 2012 - 2014, John Woods and the Ruby Science Foundation
#
# Please see LICENSE.txt for additional copyright notices.
#
# == Contributing
#
@@ -27,9 +27,13 @@
require 'pry'
require File.dirname(__FILE__) + "/spec_helper.rb"
describe "Set slice operation" do
include RSpec::Longrun::DSL
+
+ #after :each do
+ # GC.start
+ #end
[:dense, :yale, :list].each do |stype|
context "for #{stype}" do
before :each do
@m = create_matrix(stype)