There was an error while loading. Please reload this page.
1 parent 9c2970c commit f6af247Copy full SHA for f6af247
3 files changed
RATapi/classlist.py
@@ -553,6 +553,7 @@ def validate_items(v: ClassList[T], handler: ValidatorFunctionWrapHandler) -> Cl
553
core_schema.no_info_wrap_validator_function(coerce, core_schema.is_instance_schema(cls)),
554
core_schema.no_info_wrap_validator_function(validate_items, list_schema),
555
],
556
+ serialization=core_schema.plain_serializer_function_ser_schema(lambda x: x),
557
)
558
559
return schema
RATapi/utils/plotting.py
@@ -232,7 +232,7 @@ def plot_ref_sld(
232
show_grid : bool, default: False
233
Controls whether the grid is shown
234
show_legend : bool, default: True
235
- Controls whether the lengend is shown
+ Controls whether the legend is shown
236
237
Returns
238
-------
cpp/RAT
0 commit comments