Skip to content

Conversation

@cemde
Copy link
Collaborator

@cemde cemde commented Dec 6, 2025

Description

TODO

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Code quality improvement (refactoring, formatting, etc.)

Checklist

Contribution

Documentation

  • Added/updated docstrings for new/modified functions as instructed CONTRIBUTING.md
  • Updated relevant documentation in docs/ (if applicable)
  • Tag github issue with this PR (if applicable)

Changelog

  • Added entry to CHANGELOG.md under [Unreleased] section
    • Use Added section for new features
    • Use Changed section for modifications to existing functionality
    • Use Fixed section for bug fixes
    • Use Removed section for deprecated/removed features
  • OR this is a documentation-only change (no changelog needed)

Example:
- Support for multi-agent tracing (PR:#123)

Architecture (if applicable)

  • Core/Interface separation: Changes in maseval/core/ do NOT import from maseval/interface/
  • Dependencies: New core dependencies added sparingly; framework integrations go to optional dependencies

Additional Notes

@github-actions
Copy link

github-actions bot commented Dec 6, 2025

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  maseval
  __init__.py
  maseval/benchmark/macs
  data_loader.py 249, 297
  macs.py
  maseval/core
  benchmark.py 966-986, 1021-1029, 1042-1043, 1058-1059, 1074-1075, 1099-1105, 1117-1125, 1266-1268, 1295-1300, 1430, 1450-1451, 1468
  context.py
  exceptions.py
  registry.py 158, 169, 171, 174, 216, 227, 229, 232, 243
  simulator.py
  task.py 391, 407, 419-422
Project Total  

This report was generated by python-coverage-comment-action

@cemde cemde force-pushed the new-running-engine branch from 892c1fe to 68851b4 Compare December 21, 2025 11:24
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