Skip to content

Commit

Permalink
bug fix due to flashx updates
Browse files Browse the repository at this point in the history
  • Loading branch information
akashdhruv committed Apr 4, 2024
1 parent 15258a1 commit efd489d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jobrunner/instruments/flashx.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ def __CreateHeater(config, params_dict):
filename = (
config.job.workdir
+ os.sep
+ heater_dict["sim_heaterName"]
+ heater_dict["htr_heaterName"]
+ "_hdf5_htr_"
+ key
)
Expand Down Expand Up @@ -385,7 +385,7 @@ def __CreateHeater(config, params_dict):
+ f'{filename.replace(config.job.workdir + os.sep,"")}'
)

if num_heaters != heater_dict["sim_numHeaters"]:
if num_heaters != heater_dict["htr_numHeaters"]:
raise ValueError(
f"[jobrunner] Number of heater files not equal to sim_numHeaters"
f"[jobrunner] Number of heater files not equal to htr_numHeaters"
)

0 comments on commit efd489d

Please sign in to comment.