Skip to content

Commit 87684b3

Browse files
committed
minor further fix
1 parent f159935 commit 87684b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

calphy/input.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ class Calculation(BaseModel, title="Main input class"):
286286
Union[
287287
None,
288288
float,
289-
conlist(float, min_length=1, max_length=2),
289+
conlist(float, min_length=1, max_length=3), # Allow lists of 1-3 floats
290290
conlist(
291291
conlist(float, min_length=3, max_length=3), min_length=1, max_length=2
292292
),

0 commit comments

Comments
 (0)