Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
kdomino committed Apr 10, 2024
1 parent 4bc8e71 commit e34bbaa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion process_q_gates.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,10 @@ def get_files_dirs(trains_input, q_pars, data_file, nolayers):


def read_aria_summary(args, our_key):

""" results the dict of Aria output, where:
our_key - key that encodes particular QUBO problem,
args - agruments that encodes number of layers and data file
"""
datafile = args.datafile

if args.nolayers == 1:
Expand Down

0 comments on commit e34bbaa

Please sign in to comment.