You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
deftest_equal_by_value_fast_with_standardstandard,fast=create_matrices([1,2],[3,4],[-5, -3])assertfast == standard,'Equals fast matrix and standard matrix'enddeftest_equal_by_value_standard_with_faststandard,fast=create_matrices([1,2],[3,4],[-5, -3])skip'Standard matrix does not recognizes fast matrix'assertstandard == fast,'Equals standard matrix and fast matrix'end
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: