You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given that the file format is YAML and doesn't require a schema to be parsed/defined, I'd like to leave the flexibility of users defining their own attributes or properties that they can use as they want. It would also make it easier for pyresample to have forward and backward compatibility of we change things later on. What do you think about a warning for any unused parameters?
Code Sample, a minimal, complete, and verifiable piece of code
Problem description
I would like this to fail, noting that
revolution
is not a valid property/keyword argument/attribute.Expected Output
I expect a failure.
Actual Result, Traceback if applicable
The code succeeds.
Versions of Python, package at hand and relevant dependencies
pyresample main
The text was updated successfully, but these errors were encountered: