style: format to length 100
This commit is contained in:
@@ -50,9 +50,7 @@ def test_processingpipeline_accepts_unknown_value_after_refactor():
|
||||
|
||||
def test_datacollectionparameters_accepts_legacy_aliases():
|
||||
params = DataCollectionParameters(
|
||||
totalrange=180,
|
||||
cellparameters="10 20 30 90 90 120",
|
||||
userresolution=1.4,
|
||||
totalrange=180, cellparameters="10 20 30 90 90 120", userresolution=1.4
|
||||
)
|
||||
assert params.totalangle == 180
|
||||
assert params.unitcell == "10 20 30 90 90 120"
|
||||
|
||||
Reference in New Issue
Block a user