Open mevatron opened 1 month ago
I ran into an issue with trying to use @dataclass within a pipeline resulted in an exception with the following:
@dataclass
AttributeError: 'NoneType' object has no attribute '__dict__'.
This PR seems to fix it on my fork!
I ran into an issue with trying to use
@dataclass
within a pipeline resulted in an exception with the following:This PR seems to fix it on my fork!