File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ import { loadHeader } from '../files/nifti.ts'
2626import { buildAssociations } from './associations.ts'
2727import type { ValidatorOptions } from '../setup/options.ts'
2828import { logger } from '../utils/logger.ts'
29- import { datatypeFromDirectory } from '../validators/filenameIdentify.ts'
3029
3130export class BIDSContextDataset implements Dataset {
3231 #dataset_description: Record < string , unknown > = { }
@@ -168,9 +167,6 @@ export class BIDSContext implements Context {
168167 this . columns = new ColumnsMap ( ) as Record < string , string [ ] >
169168 this . json = { }
170169 this . associations = { } as Associations
171- if ( this . dataset . schema . objects ) { // schema may be empty for some tests
172- datatypeFromDirectory ( this . dataset . schema , this )
173- }
174170 }
175171
176172 get schema ( ) : Schema {
You can’t perform that action at this time.
0 commit comments