Conversation
Signed-off-by: Anthony Charlton <anthony.charlton@zepben.com>
Signed-off-by: Anthony Charlton <anthony.charlton@zepben.com>
Signed-off-by: Anthony Charlton <anthony.charlton@zepben.com>
Signed-off-by: Anthony Charlton <anthony.charlton@zepben.com>
Signed-off-by: Anthony Charlton <anthony.charlton@zepben.com>
Signed-off-by: Anthony Charlton <anthony.charlton@zepben.com>
…egistration `run` instead of the old `run_terminal` Signed-off-by: Anthony Charlton <anthony.charlton@zepben.com>
Signed-off-by: Anthony Charlton <anthony.charlton@zepben.com>
Signed-off-by: Anthony Charlton <anthony.charlton@zepben.com>
Signed-off-by: Anthony Charlton <anthony.charlton@zepben.com>
Signed-off-by: Anthony Charlton <anthony.charlton@zepben.com>
Signed-off-by: Anthony Charlton <anthony.charlton@zepben.com>
… -> `appliance` to match the class property. Signed-off-by: Anthony Charlton <anthony.charlton@zepben.com>
Signed-off-by: Anthony Charlton <anthony.charlton@zepben.com>
…ormerEnd` constructor via the `ratings` argument. Signed-off-by: Anthony Charlton <anthony.charlton@zepben.com>
Signed-off-by: Anthony Charlton <anthony.charlton@zepben.com>
Signed-off-by: Anthony Charlton <anthony.charlton@zepben.com>
Signed-off-by: Anthony Charlton <anthony.charlton@zepben.com>
…s`, revealing many issues. Signed-off-by: Anthony Charlton <anthony.charlton@zepben.com>
… off in the IDE if you don't like it (will fail if they are really missing, mostly false positives). Signed-off-by: Anthony Charlton <anthony.charlton@zepben.com>
…them use the `fill_fields` versions. Signed-off-by: Anthony Charlton <anthony.charlton@zepben.com>
…ve the `None` return type Signed-off-by: Anthony Charlton <anthony.charlton@zepben.com>
…rn values Signed-off-by: Anthony Charlton <anthony.charlton@zepben.com>
Signed-off-by: Anthony Charlton <anthony.charlton@zepben.com>
Signed-off-by: Anthony Charlton <anthony.charlton@zepben.com>
Member
|
Task linked: DEV-8143 Python SDK prep work for neutral networks |
chestm007
reviewed
Mar 27, 2026
chestm007
reviewed
Mar 27, 2026
| settings.register_profile("ci", max_examples=1000) | ||
| settings.register_profile("dev", max_examples=10) | ||
| settings.register_profile("debug", max_examples=10, verbosity=Verbosity.verbose) | ||
| no_shrink_phases = [p for p in Phase if p != Phase.shrink] |
Contributor
There was a problem hiding this comment.
nit: is it worth leaving a comment as to why this was done?
Member
Author
There was a problem hiding this comment.
It certainly is. I clearly didn't add anything back when I readded this after my rebase lost it.
Nice side effect is I have now put a lot more detail into my message than I originally had.
chestm007
reviewed
Mar 27, 2026
Signed-off-by: Anthony Charlton <anthony.charlton@zepben.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Covers a lot of ground and fixes a heap of issues that were hidden by poor testing practices and duplicated (but not consistent) Hypothesis use.
Checklist
If any of these are not applicable, strikethrough the line
~like this~. Do not delete it!. Let the reviewer decide if you should have done it.Code
Security
When developing applications, use following guidelines for information security considerations:
Documentation
Breaking Changes
SetDirectionto correctly use the@singledispatchmethodregistrationruninstead of the oldrun_terminal. Simply replace yourrun_terminalcall with
run.EquipmentTreeBuilder.rootsis now adictkeyed by thestart_itemrather than aGenerator. This allows better lookup of root items when you are lookingfor an explicit items tree.
PanDemandResponseFunctionconstructor argumentappliances->applianceto match the class property.PowerSystemResource.asset_info, just useasset_infodirectly:Conductor.wire_infoCurrentTransformer.current_transformer_infoPotentialTransformer.potential_transformer_infoPowerTransformer.power_transformer_infoProtectionRelayFunction.relay_infoShuntCompensator.shunt_compensator_infoSwitch.switch_info