Skip to content

Compare == fast and standard matrices #9

Description

@RobolabGs2
    def test_equal_by_value_fast_with_standard
      standard, fast = create_matrices([1, 2], [3, 4], [-5, -3])
      assert fast == standard, 'Equals fast matrix and standard matrix'
    end

    def test_equal_by_value_standard_with_fast
      standard, fast = create_matrices([1, 2], [3, 4], [-5, -3])
      skip 'Standard matrix does not recognizes fast matrix'
      assert standard == fast, 'Equals standard matrix and fast matrix'
    end

Metadata

Metadata

Assignees

No one assigned

    Labels

    RubybugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions