Skip to content
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

keep track of strategy index #275

Merged
merged 2 commits into from
Jul 7, 2023
Merged

keep track of strategy index #275

merged 2 commits into from
Jul 7, 2023

Conversation

wilko77
Copy link
Collaborator

@wilko77 wilko77 commented Jul 6, 2023

such that the individual strategy statistics will be correct

generate_signatures was returning a list of signatures. However, if a strategy was hitting a NULL value, then no signature for this strategy was returned, reducing the size of the returned list.

such that the individual strategy statistics will be correct
@wilko77 wilko77 requested a review from hardbyte July 6, 2023 10:04
@codecov
Copy link

codecov bot commented Jul 7, 2023

Codecov Report

Merging #275 (79ea87a) into main (083ec4c) will not change coverage.
The diff coverage is 100.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #275   +/-   ##
=======================================
  Coverage   97.18%   97.18%           
=======================================
  Files          18       18           
  Lines         639      639           
=======================================
  Hits          621      621           
  Misses         18       18           

@wilko77 wilko77 merged commit 604b02c into main Jul 7, 2023
@wilko77 wilko77 deleted the fix_statistics branch July 7, 2023 00:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants