Skip to content
This repository was archived by the owner on Aug 17, 2024. It is now read-only.

Commit 55a011f

Browse files
committed
Merge branch 'hotfix/moduleupdate2' into develop
2 parents f0bcd7e + 69098f7 commit 55a011f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/matrix-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ test('DataFrame matrix module can ', (assert) => {
2323
}, ['column1', 'column2', 'column3']);
2424

2525
assert.equal(
26-
df.matrix.hasSameStruct(df2), true, 'check if two dataframes have the same structure'
26+
df.matrix.isCommutative(df2.dim()), true, 'check if two dataframes have the same structure'
2727
);
2828
assert.deepEqual(
2929
df.matrix.add(df2).toDict(), {

0 commit comments

Comments
 (0)