Sha256: 2135aa0fbdc0179a6d8a28826df50d368d7080cb767e925ed8ff51e91668d840

Contents?: true

Size: 202 Bytes

Versions: 13

Compression:

Stored size: 202 Bytes

Contents

require 'test_helper'

class HistoTest < GSL::TestCase

  def test_histo
    h = GSL::Histogram.alloc(10, [0, 10])

    assert h
    assert h.get_range(2)
    assert h.range
    assert h.bin
  end

end

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
gsl-2.1.0.3 test/gsl/histo_test.rb
gsl-2.1.0.2 test/gsl/histo_test.rb
gsl-2.1.0.1 test/gsl/histo_test.rb
gsl-2.1.0 test/gsl/histo_test.rb
gsl-1.16.0.6 test/gsl/histo_test.rb
rb-gsl-1.16.0.5 test/gsl/histo_test.rb
rb-gsl-1.16.0.4 test/gsl/histo_test.rb
rb-gsl-1.16.0.3 test/gsl/histo_test.rb
rb-gsl-1.16.0.3.rc1 test/gsl/histo_test.rb
rb-gsl-1.16.0.2 test/gsl/histo_test.rb
rb-gsl-1.16.0.1 test/gsl/histo_test.rb
rb-gsl-1.16.0 test/gsl/histo_test.rb
rb-gsl-1.15.3.2 test/gsl/histo_test.rb