Skip to content

Commit

Permalink
Merge pull request #257 from SCM-NV/dev
Browse files Browse the repository at this point in the history
fix typo in distribution
  • Loading branch information
felipeZ authored Jun 24, 2020
2 parents c733b16 + 92e4cdf commit ee73241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nanoqm/workflows/distribute_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def write_slurm_script(config: DictConfig, dict_input: DictConfig) -> None:
index = dict_input.index
python = "\n\nrun_workflow.py -i input.yml\n"
results_dir = "results_chunk_" + str(index)
mkdir = "\nmkdir {results_dir}\n"
mkdir = f"\nmkdir {results_dir}\n"
slurm_config = config.job_scheduler

# Copy a subset of Hamiltonians
Expand Down

0 comments on commit ee73241

Please sign in to comment.