Skip to content
Snippets Groups Projects
Commit f911a8b0 authored by François Agneray's avatar François Agneray
Browse files

Fixed bug tests dataset model

parent 12803c85
No related branches found
No related tags found
1 merge request!29Develop
Pipeline #6273 passed
Pipeline: anis-next

#6274

    ......@@ -21,6 +21,10 @@ const DATASET_LIST: Dataset[] = [
    full_data_path: '/data/path1',
    config: {
    images: ['image1'],
    survey: {
    survey_enabled: true,
    survey_label: 'More about this survey'
    },
    cone_search: {
    cone_search_enabled: true,
    cone_search_opened: true,
    ......@@ -71,6 +75,10 @@ const DATASET_LIST: Dataset[] = [
    full_data_path: '/data/path2',
    config: {
    images: ['image1'],
    survey: {
    survey_enabled: true,
    survey_label: 'More about this survey'
    },
    cone_search: {
    cone_search_enabled: true,
    cone_search_opened: true,
    ......
    ......@@ -28,6 +28,10 @@ const DATASET: Dataset = {
    full_data_path: '/data/path',
    config: {
    images: ['image1'],
    survey: {
    survey_enabled: true,
    survey_label: 'More about this survey'
    },
    cone_search: {
    cone_search_enabled: true,
    cone_search_opened: true,
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment