From b6fc7fa39a678a32e767d585300e341ecc1221ee Mon Sep 17 00:00:00 2001 From: MichaelPesce Date: Thu, 21 Nov 2024 12:37:29 -0600 Subject: [PATCH] try using a subset of flowsheets - the memory/cpu seems to be getting starved too consistently --- electron/ui/cypress/e2e/Flowsheets.js | 48 +++++++++++++-------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/electron/ui/cypress/e2e/Flowsheets.js b/electron/ui/cypress/e2e/Flowsheets.js index 8a27279e..515b1ded 100644 --- a/electron/ui/cypress/e2e/Flowsheets.js +++ b/electron/ui/cypress/e2e/Flowsheets.js @@ -11,12 +11,12 @@ export const flowsheets = [ sweepVariable: 'Feedvolumetricflowrate', sweepValues: ['20000', '21000'], }, - { - name: 'BSM2_P_extension flowsheet', - buildRequired: false, - sweepVariable: 'Feedvolumetricflowrate', - sweepValues: ['20000', '21000'], - }, + // { + // name: 'BSM2_P_extension flowsheet', + // buildRequired: false, + // sweepVariable: 'Feedvolumetricflowrate', + // sweepValues: ['20000', '21000'], + // }, { name: 'Dye Desalination flowsheet', buildRequired: false, @@ -35,24 +35,24 @@ export const flowsheets = [ sweepVariable: 'Watermassflowrate', sweepValues: ['0.7','0.8'], }, - { - name: 'OARO flowsheet', - buildRequired: true, - sweepVariable: 'Watermassflowrate', - sweepValues: ['5','6'], - }, - { - name: 'Granular Activated Carbon (GAC) flowsheet', - buildRequired: true, - sweepVariable: 'Apparentdensity', - sweepValues: ['700','800'], - }, - { - name: 'Electrodialysis with concentrate recirculation flowsheet', - buildRequired: false, - sweepVariable: 'Feedsolutionvolumeflowrate', - sweepValues: ['0.001','0.002'], - }, + // { + // name: 'OARO flowsheet', + // buildRequired: true, + // sweepVariable: 'Watermassflowrate', + // sweepValues: ['5','6'], + // }, + // { + // name: 'Granular Activated Carbon (GAC) flowsheet', + // buildRequired: true, + // sweepVariable: 'Apparentdensity', + // sweepValues: ['700','800'], + // }, + // { + // name: 'Electrodialysis with concentrate recirculation flowsheet', + // buildRequired: false, + // sweepVariable: 'Feedsolutionvolumeflowrate', + // sweepValues: ['0.001','0.002'], + // }, { name: 'LSRRO flowsheet', buildRequired: true,