-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added methods to quickly generate common series #25
Conversation
I like it. Thanks for your contribution :) |
If you make the linters happy, I'll merge :) |
Ah, that's what's failing! I'm not that familiar with this pipeline. :D |
If you click on "details" next to the failed ones, you will see explanations. If you don't manage to fix it, tell me, then I'll fix it for you. |
The linters you need to satisfy are |
Thanks for your contribution! |
Added constants for the common resistor values series, E12 and E24.
Added methods
generate_decade
andgenerate_decades
which scale those series by powers of 10 and create 2D arrays of values.Updated the comments and examples.