We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abfeae3 commit b959e6bCopy full SHA for b959e6b
discojs/discojs-core/src/validation/validator.spec.ts
@@ -24,7 +24,7 @@ const simplefaceMock: Task = {
24
25
describe('validator', () => {
26
it('simple_face validator', async () => {
27
- const dir = '../../example_training_data/simple_face/'
+ const dir = '../../datasets/simple_face/'
28
const files: string[][] = ['child/', 'adult/']
29
.map((subdir: string) => fs.readdirSync(dir + subdir)
30
.map((file: string) => dir + subdir + file))
0 commit comments