Skip to content

Commit

Permalink
Rename autoProcId -> scaling_id
Browse files Browse the repository at this point in the history
  • Loading branch information
rjgildea committed Nov 9, 2020
1 parent 9cfd7f0 commit dc5ee1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ispyb/sp/mxprocessing.py
Expand Up @@ -398,8 +398,8 @@ def upsert_sample_image_auto_score(
args=[image_full_path, schema_name, score_class, probability],
)

def insert_phasing_analysis_results(self, phasing_results, autoProcId):
def insert_phasing_analysis_results(self, phasing_results, scaling_id):
return self.get_connection().call_sp_write(
"insert_phasing_analysis_results",
args=[None, json.dumps(phasing_results), autoProcId],
args=[None, json.dumps(phasing_results), scaling_id],
)

0 comments on commit dc5ee1f

Please sign in to comment.