Changed so that the 'season' starts on the opposite one - #317
Merged
Conversation
anyaevostinar
requested changes
Jul 10, 2026
anyaevostinar
left a comment
Owner
There was a problem hiding this comment.
Couple of changes, but almost done!
Owner
|
Also you'll need to solve the merge conflicts with main, we can go through it on Monday or you can try sooner than that |
anyaevostinar
approved these changes
Jul 13, 2026
| } | ||
|
|
||
|
|
||
| TEST_CASE("debt", "[sgp][sgp-unit]"){ |
| using cpu_state_t = sgpmode::CPUState<world_t>; | ||
| using hw_spec_t = sgpmode::SGPHardwareSpec<sgpmode::Library, cpu_state_t, world_t>; | ||
| using sgp_host_t = sgpmode::SGPHost<hw_spec_t>; | ||
| GIVEN("A zero point value"){ |
Owner
There was a problem hiding this comment.
"A host starting with zero points
Owner
There was a problem hiding this comment.
"that can do Not and world punishes not
| config.TASK_ENV_CFG_PATH("source/test/sgp_mode_test/hardware-test-env.json"); | ||
| world_t world(random, &config); | ||
| auto& prog_builder = world.GetProgramBuilder(); | ||
| emp::Ptr<sgp_host_t> host = emp::NewPtr<sgp_host_t>(&random, &world, &config, prog_builder.CreateNotProgram(100)); |
Owner
There was a problem hiding this comment.
CreateReproProgram instead
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #317 +/- ##
==========================================
+ Coverage 77.05% 77.07% +0.01%
==========================================
Files 108 108
Lines 23131 23154 +23
Branches 1611 1615 +4
==========================================
+ Hits 17824 17845 +21
- Misses 5236 5238 +2
Partials 71 71 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
anyaevostinar
approved these changes
Jul 16, 2026
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.
No description provided.