mirror of
https://github.com/c-sooyoung/bo-ptycho.git
synced 2026-09-17 19:29:07 +09:00
removed whitespace
This commit is contained in:
@@ -5,11 +5,9 @@ import yaml
|
|||||||
import pipelines
|
import pipelines
|
||||||
|
|
||||||
def main(config_yaml):
|
def main(config_yaml):
|
||||||
|
|
||||||
with open(config_yaml, 'r') as f:
|
with open(config_yaml, 'r') as f:
|
||||||
config = yaml.safe_load(f)
|
config = yaml.safe_load(f)
|
||||||
|
|
||||||
|
|
||||||
job_types = {
|
job_types = {
|
||||||
'random+sobo': pipelines.sobo_pipeline
|
'random+sobo': pipelines.sobo_pipeline
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user