Skip to content

Commit e7cab1e

Browse files
committed
update tfjs import
1 parent afc41dd commit e7cab1e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

danfojs/tests/core/series.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { assert } from "chai"
22
import { Series } from '../../src/core/series'
3-
import * as tf from '@tensorflow/tfjs-node'
4-
// import * as tf from '@tensorflow/tfjs'
3+
// import * as tf from '@tensorflow/tfjs-node'
4+
import * as tf from '@tensorflow/tfjs'
55

66

77

0 commit comments

Comments
 (0)