mirror of
https://github.com/c-sooyoung/bo-ptycho.git
synced 2026-09-17 20:29:07 +09:00
fixes
This commit is contained in:
+6
-1
@@ -1,3 +1,8 @@
|
||||
from .base import PtychoEngine
|
||||
from .ptycho_example import ExamplePtychoEngine
|
||||
from .fold_slice import FoldSlicePtychoEngine
|
||||
from .fold_slice import FoldSlicePtychoEngine
|
||||
|
||||
engines = {
|
||||
'fake': ExamplePtychoEngine,
|
||||
'fold_slice': FoldSlicePtychoEngine
|
||||
}
|
||||
Reference in New Issue
Block a user