Skip to content

Multirun DB Setup currently doesn't check whether training data should be used #185

@andrewbaxter439

Description

@andrewbaxter439

May just need an extra test, ie:

		// Detect if data available; set to testing data if not
		Collection<File> testList = FileUtils.listFiles(new File(Parameters.getInputDirectoryInitialPopulations()), new String[]{"csv"}, false);
		if (testList.size()==0)
			Parameters.setTrainingFlag(true);

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions