Added conditionals for type checks
- Added a check to ensure that
field.type
is aclass/type
before attempting to access its__name__
attribute - Conditioned the construction of method names based on the availability of
__name__
to prevent runtime errors
These changes resolve previous pipeline failures
Updated README on how to run the calculator with a specific theme.