Sha256: 56b1a7a81a029d6184402467470146aac6fc9784804daf80c7ec44ca4af6fd42

Contents?: true

Size: 262 Bytes

Versions: 8

Compression:

Stored size: 262 Bytes

Contents

require 'minitest_helper'
# require 'hilbert/hilbert'

class TestHilbertMatrix < TestInterpreterBase
  def setup
  end

  def test_main
    # assert_equal(50.0, HilbertMatrix.new.func(10))

    # assert_equal(8.0, HilbertMatrix.new.execute(0, 2, 100))
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
hilbert-0.0.2700420 test/q_matrix/test_q_matrix.rb
hilbert-0.0.2700410 test/q_matrix/test_q_matrix.rb
hilbert-0.0.2700400 test/q_matrix/test_q_matrix.rb
hilbert-0.0.2700320 test/q_matrix/test_q_matrix.rb
hilbert-0.0.2700300 test/q_matrix/test_q_matrix.rb
hilbert-0.0.2700210 test/q_matrix/test_q_matrix.rb
hilbert-0.0.2700110 test/q_matrix/test_q_matrix.rb
hilbert-0.0.2700100 test/q_matrix/test_q_matrix.rb