File tree Expand file tree Collapse file tree
DeterministicParticleFlowControl Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717from matplotlib import pyplot as plt
1818#import score_estimators
1919#import reweighting
20- from score_estimators .score_function_estimators import score_function_multid_seperate
21- #from score_estimators import score_function_estimators.score_function_multid_seperate
22- #from score import score_function_multid_seperate2
23- from reweighting .optimal_transport_reweighting import reweight_optimal_transport_multidim
20+ if __name__ == "DeterministicParticleFlowControl.DeterministicParticleFlowControl" :
21+ from .score_estimators .score_function_estimators import score_function_multid_seperate
22+ from .reweighting .optimal_transport_reweighting import reweight_optimal_transport_multidim
23+ else :
24+ from score_estimators .score_function_estimators import score_function_multid_seperate
25+ from reweighting .optimal_transport_reweighting import reweight_optimal_transport_multidim
2426from duecredit import due , BibTeX
2527
2628
You can’t perform that action at this time.
0 commit comments