We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 131345b commit 3252c80Copy full SHA for 3252c80
src/murfey/server/api/__init__.py
@@ -1262,8 +1262,7 @@ async def request_tomography_preprocessing(
1262
1263
processing_job_parameters = db.exec(
1264
select(TomographyProcessingParameters).where(
1265
- TomographyProcessingParameters.processing_job_id
1266
- == data_collection[2].id
+ TomographyProcessingParameters.pj_id == data_collection[2].id
1267
)
1268
).all()
1269
if processing_job_parameters:
0 commit comments