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

Unpack kwargs when awaiting runs in BaselineAlgorithm and RemoteAlgorithm #134

Merged
merged 1 commit into from
Jan 27, 2025

Conversation

JanusAsmussen
Copy link
Contributor

No description provided.

@JanusAsmussen JanusAsmussen requested a review from a team as a code owner January 24, 2025 11:06
Copy link

Coverage

Coverage Report
FileStmtsMissCoverMissing
esd_services_api_client/beast/v3
   _connector.py1067925%58–74, 81, 93, 101–120, 140–175, 188–219, 227, 252–255, 262–265, 276–293, 303–309, 318–324
   _models.py1002080%46–50, 107–110, 119–127, 137–145, 153–156
esd_services_api_client/boxer
   _auth.py861780%42–43, 52–61, 70–76, 87
   _connector.py895044%54–58, 64–68, 74–76, 82–84, 92–99, 107–113, 121–128, 136–144, 179, 189–195, 209–218, 228–233
   _models.py27293%49–50
esd_services_api_client/crystal
   _connector.py1195256%55–67, 76, 149, 152, 173–201, 213, 222, 243, 248–259, 278–297, 325, 337–347
esd_services_api_client/nexus/abstractions
   algrorithm_cache.py37370%20–106
   input_object.py14140%20–60
   logger_factory.py16160%20–58
   nexus_object.py34340%20–101
   socket_provider.py15150%20–55
esd_services_api_client/nexus/algorithms
   __init__.py550%20–24
   _baseline_algorithm.py28280%19–88
   _remote_algorithm.py38380%21–114
   distributed.py14140%21–56
   forked_algorithm.py52520%20–176
   minimalistic.py12120%20–47
   recursive.py19190%21–63
esd_services_api_client/nexus/configurations
   algorithm_configuration.py880%4–34
esd_services_api_client/nexus/core
   app_core.py1351350%20–335
   app_dependencies.py1141140%20–313
   serializers.py23230%2–73
esd_services_api_client/nexus/exceptions
   __init__.py110%20
   _nexus_error.py220%21–27
   cache_errors.py13130%20–49
   input_reader_error.py15150%20–51
   startup_error.py22220%4–63
esd_services_api_client/nexus/input
   __init__.py220%21–22
   input_processor.py33330%20–97
   input_reader.py36360%20–105
   payload_reader.py33330%20–83
esd_services_api_client/nexus/telemetry
   recorder.py48480%4–140
   user_telemetry_recorder.py58580%4–165
tests
   test_crystal_connector.py88199%51
TOTAL1571104833% 

Tests Skipped Failures Errors Time
20 0 💤 0 ❌ 0 🔥 15.322s ⏱️

Copy link

Coverage

Coverage Report
FileStmtsMissCoverMissing
esd_services_api_client/beast/v3
   _connector.py1067925%58–74, 81, 93, 101–120, 140–175, 188–219, 227, 252–255, 262–265, 276–293, 303–309, 318–324
   _models.py1002080%46–50, 107–110, 119–127, 137–145, 153–156
esd_services_api_client/boxer
   _auth.py861780%42–43, 52–61, 70–76, 87
   _connector.py895044%54–58, 64–68, 74–76, 82–84, 92–99, 107–113, 121–128, 136–144, 179, 189–195, 209–218, 228–233
   _models.py27293%49–50
esd_services_api_client/crystal
   _connector.py1185256%55–67, 76, 149, 152, 173–201, 213, 222, 243, 248–259, 278–297, 325, 337–347
esd_services_api_client/nexus/abstractions
   input_object.py14140%20–60
   logger_factory.py16160%20–58
   nexus_object.py34340%20–101
   socket_provider.py15150%20–55
esd_services_api_client/nexus/algorithms
   __init__.py550%20–24
   _baseline_algorithm.py28280%19–88
   _remote_algorithm.py38380%21–114
   distributed.py14140%21–56
   forked_algorithm.py52520%20–176
   minimalistic.py12120%20–47
   recursive.py19190%21–63
esd_services_api_client/nexus/configurations
   algorithm_configuration.py880%4–34
esd_services_api_client/nexus/core
   app_dependencies.py1141140%20–313
   serializers.py23230%2–73
esd_services_api_client/nexus/exceptions
   __init__.py110%20
   _nexus_error.py220%21–27
   cache_errors.py13130%20–49
   input_reader_error.py15150%20–51
   startup_error.py22220%4–63
esd_services_api_client/nexus/input
   __init__.py220%21–22
   input_processor.py33330%20–97
   input_reader.py36360%20–105
   payload_reader.py33330%20–83
esd_services_api_client/nexus/telemetry
   recorder.py48480%4–140
   user_telemetry_recorder.py58580%4–165
tests
   test_crystal_connector.py88199%51
TOTAL139887637% 

Tests Skipped Failures Errors Time
20 0 💤 0 ❌ 0 🔥 14.886s ⏱️

@JanusAsmussen JanusAsmussen merged commit 01b578c into main Jan 27, 2025
3 checks passed
@JanusAsmussen JanusAsmussen deleted the unpack-kwargs branch January 27, 2025 08:52
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