Skip to content

Commit

Permalink
fixup! *: rework packages names
Browse files Browse the repository at this point in the history
  • Loading branch information
tharvik committed May 13, 2024
1 parent 01a05aa commit 8a433d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discojs-node/src/data/tabular_loader.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { defaultTasks } from '@epfml/discojs'
import { TabularLoader } from './tabular_loader.js'

describe('tabular loader', () => {
const inputFiles = ['../../datasets/titanic_train.csv']
const inputFiles = ['../datasets/titanic_train.csv']

const titanicTask = defaultTasks.titanic.getTask()

Expand Down

0 comments on commit 8a433d5

Please sign in to comment.