diff --git a/.env.local.example b/.env.local.example index 033093ac..d2aafc68 100644 --- a/.env.local.example +++ b/.env.local.example @@ -20,3 +20,16 @@ LOG_LEVEL='INFO' SERVER_URL='http://localhost:8000' PLUGINS_ENABLED=True EP_DATA_DIR='data' +EMAIL_HOST_USER='admin@envipath.com' +EMAIL_HOST_PASSWORD='dummy-password' + +DEFAULT_FROM_EMAIL="test@test.com" +SERVER_EMAIL='test@test.com' + +# Testing settings VScode +DJANGO_SETTINGS_MODULE='envipath.settings' +MANAGE_PY_PATH='./manage.py' + +APPLICABILITY_DOMAIN_ENABLED=True +ENVIFORMER_PRESENT=True +MODEL_BUILDING_ENABLED=True diff --git a/.gitignore b/.gitignore index 4264994a..0a113012 100644 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,5 @@ node_modules/ static/css/output.css *.code-workspace +.vscode/ /pnpm-workspace.yaml diff --git a/static/js/pps.js b/static/js/pps.js index c2b77ff4..bb24e736 100644 --- a/static/js/pps.js +++ b/static/js/pps.js @@ -704,7 +704,7 @@ function makeLoadingGif(attachOb) { function handleAssessmentResponse(depict_url, data) { - var inside_app_domain = "This compound is " + (data["assessment"]["inside_app_domain"] ? "inside" : "outside") + " the Applicability Domain derived from the chemical (PCA) space constructed using the training data." + ""; + var inside_app_domain = "
This compound is " + (data["assessment"]["inside_app_domain"] ? "inside" : "outside") + " the Applicability Domain derived from the chemical (PCA) space constructed using the training data.
"; var functionalGroupsImgSrc = null; var reactivityCentersImgSrc = null; @@ -716,29 +716,22 @@ function handleAssessmentResponse(depict_url, data) { reactivityCentersImgSrc = "