Skip to content

Commit

Permalink
Update difflinker_sample_and_analyze.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunp2 authored Sep 27, 2023
1 parent ff86448 commit eefb45d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/difflinker_sample_and_analyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def sample_fn(_data):


def run_dflk_sample_analyze(input_path, model, linker_size, output_dir="./", n_samples=5, n_steps=None, anchors=None):
main(input_path=input_path, model=model, output_dir=output_dir, n_samples=n_samples, n_steps=n_steps, linker_size=linker_size, anchors=anchors)
main(input_path=input_path, model=model, output_dir=output_dir, n_samples=n_samples, n_steps=n_steps, linker_size=str(linker_size), anchors=anchors)


if __name__ == '__main__':
Expand Down

0 comments on commit eefb45d

Please sign in to comment.