Add the MRI variables in the imaging_browser's query engine#9824
Merged
driusan merged 3 commits intoaces:27.0-releasefrom Jun 4, 2025
Merged
Add the MRI variables in the imaging_browser's query engine#9824driusan merged 3 commits intoaces:27.0-releasefrom
driusan merged 3 commits intoaces:27.0-releasefrom
Conversation
Collaborator
|
@nicolasbrossard the tests on this are failing |
Collaborator
|
This is failing because the 27 branch is failing. I'm going to look into that separately. |
SKADE2303
pushed a commit
to SKADE2303/Loris
that referenced
this pull request
Jul 10, 2025
This adds the MRI variables in the imaging_browser's query engine. The information used to set the variable values sometimes differs from those used in `CouchDB_MRI_Importer` but I put comments in the code for those cases. (This is a re-issue of PR aces#9545 on branch `27.0-release`) Fixes aces#9374
jeffersoncasimir
pushed a commit
to jeffersoncasimir/Loris
that referenced
this pull request
Aug 11, 2025
This adds the MRI variables in the imaging_browser's query engine. The information used to set the variable values sometimes differs from those used in `CouchDB_MRI_Importer` but I put comments in the code for those cases. (This is a re-issue of PR aces#9545 on branch `27.0-release`) Fixes aces#9374
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR that adds the MRI variables in the imaging_browser's query engine. The information used to set the variable values sometimes differs from those used in
CouchDB_MRI_Importerbut I put comments in the code for those cases.(This is a re-issue of PR #9545 on branch
27.0-release)Fixes #9374