We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9f836b commit b860589Copy full SHA for b860589
tests/client/test_analyser.py
@@ -3,6 +3,7 @@
3
import pytest
4
5
from murfey.client.analyser import Analyser
6
+from murfey.client.contexts.atlas import AtlasContext
7
from murfey.client.contexts.clem import CLEMContext
8
from murfey.client.contexts.spa import SPAModularContext
9
from murfey.client.contexts.spa_metadata import SPAMetadataContext
@@ -28,7 +29,7 @@
28
29
["visit/FoilHole_01234_fractions.tiff", SPAModularContext],
30
["visit/FoilHole_01234_EER.eer", SPAModularContext],
31
# SPA metadata
- ["atlas/atlas.mrc", SPAMetadataContext],
32
+ ["atlas/atlas.mrc", AtlasContext],
33
["visit/EpuSession.dm", SPAMetadataContext],
34
["visit/Metadata/GridSquare.dm", SPAMetadataContext],
35
# CLEM LIF file
0 commit comments