Closed yufansong closed 1 month ago
Attention: Patch coverage is 66.66667%
with 4 lines
in your changes missing coverage. Please review.
Project coverage is 71.49%. Comparing base (
2a51167
) to head (aec1d2b
). Report is 1 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
sotopia/samplers/uniform_sampler.py | 57.14% | 3 Missing :warning: |
sotopia/samplers/constraint_based_sampler.py | 80.00% | 1 Missing :warning: |
@@ Coverage Diff @@
## main #211 +/- ##
==========================================
- Coverage 71.53% 71.49% -0.04%
==========================================
Files 55 55
Lines 2863 2863
==========================================
- Hits 2048 2047 -1
- Misses 815 816 +1
Files with missing lines | Coverage Δ | |
---|---|---|
sotopia/samplers/constraint_based_sampler.py | 90.90% <80.00%> (ø) |
|
sotopia/samplers/uniform_sampler.py | 84.84% <57.14%> (ø) |
When I try
python examples/minimalist_demo.py
will meet error. The key reason should be forget the config value in redis. Add some check for better error prompt.The following is the error bug
Closes #
📑 Description
✅ Checks
type/descript
(e.g.feature/add-llm-agents
)ℹ Additional Information