Skip to content

Commit

Permalink
Merge pull request #198 from dali-lab/add-new-model-2023
Browse files Browse the repository at this point in the history
refactor: change old model version from 2022 to 2018
  • Loading branch information
wu-ciesielska authored Oct 2, 2023
2 parents 7c48561 + 918e439 commit 830bc34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/r-model.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { RESPONSE_TYPES } from '../constants';
const rCalculatedFieldsPath = path.resolve(__dirname, '../r-scripts/Calculated-Outcome-Fields.R');

const rPredictionPaths = {
2022: path.resolve(__dirname, '../r-scripts/SPB-Predictions.v02-DALI.R'),
2018: path.resolve(__dirname, '../r-scripts/SPB-Predictions.v02-DALI.R'),
2023: path.resolve(__dirname, '../r-scripts/SPB-Predictions.v2.0.R'),
};

Expand Down

0 comments on commit 830bc34

Please sign in to comment.