Skip to content

Commit fc59d4f

Browse files
committed
Remove lb from list of industrial codes
This is not an industrial code, it's an academic XChem proposal. This was marked as industrial in the past as a quick way of preventing phasing pipelines, since XChem run their own stack. For OpenBIND there are lb visits that run on other beamlines, and they would like to run the phasing pipelines. This enables everywhere for now, and we can scope it to non-I04-1 later.
1 parent d892e87 commit fc59d4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dlstbx/util/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import string
1010
from collections import ChainMap
1111

12-
INDUSTRIAL_CODES = ["ic", "il", "in", "lb", "sw"]
12+
INDUSTRIAL_CODES = ["ic", "il", "in", "sw"]
1313

1414

1515
class ChainMapWithReplacement(ChainMap):

0 commit comments

Comments
 (0)