Skip to content
Snippets Groups Projects

Restructure the detector module

Merged Moritz Huebner requested to merge restructure_detector into master
2 files
+ 1
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -930,4 +930,4 @@ class Interferometer(object):
res = deepdish.io.load(filename)
if res.__class__ != cls:
raise TypeError('The loaded object is not an Interferometer')
return res
\ No newline at end of file
return res
Loading