Skip to content

Commit

Permalink
Update difflinker_sample.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunp2 authored Oct 18, 2023
1 parent 5c476ad commit 331efc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mofa/difflinker_sample.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
import argparse
import subprocess
from mofa.utils.difflinker_sample_and_analyze import main_run, run_dflk_sample_analyze
from utils.difflinker_sample_and_analyze import main_run, run_dflk_sample_analyze
from typing import *

def sampler(nodes: List[str]=['CuCu'], n_atoms_list: List[int]=[8]):
Expand Down

0 comments on commit 331efc6

Please sign in to comment.