issues Search Results · language:Dune language:Python language:JavaScript language:Java language:PHP language:Python
Filter by
60.6M results
Context
PR #36 closed the observation-push gap: a single Agno/Python runtime now does connect → guarded action → observe_push →
cloud-stored observation → grounded candidate (proof on kiff/kiff-cloud#432). ...
Finding
DisplacementWashing.get_diffusivity uses Solid_1.x_distrib directly in a velocity * length / diffusivity term, but
x_distrib is stored in micrometers elsewhere in the solids code.
Evidence
...
Finding
DynamicInlet setters assume the assigned object is not None, but code paths assign None when cloning streams.
Evidence
- LiquidStream.DynamicInlet setter dereferences dynamic_object.controllable ...
Finding
SolidPhase documents distrib_type= mass_frac , but the implementation checks for mass_perc; even that branch omits
density and bin-width terms.
Evidence
- Docstring says valid options are ...
Finding
The vectorized temperature branch of getKeqVLE replaces vapor pressures with Henry constants using a column mask built
from each row, but assigns across all rows.
Evidence
- ThermoPhysicalManager.getKeqVLE ...
Finding
The reaction parser claims to support decimal stoichiometric coefficients, but the substitution regex removes only the
leading integer part of decimals.
Evidence
- Decimal coefficients are ...
Finding
MSMPR.solve_steady_state passes a scalar tank mass fraction into CrystKinetics.get_kinetics, but get_kinetics assumes an
array with a transpose and target index.
Evidence
- MSMPR.solve_steady_state ...
Finding
Distillation uses the configured activity model in some places, but several K-value calls omit it and silently revert to
ideal behavior.
Evidence
- Feed volatility ordering uses getKeqVLE(temp=temp_bubble_feed, ...
Task 17: Adicionar testes de Integração para Event Pontos (Fibonacci): 5
Descrição Técnica: Criar suíte de testes de integração para garantir o comportamento esperado do fluxo de Event, sem
adicionar ...
Finding
Steady-state distillation results create outlet LiquidStreams by passing mole-fraction vectors as mole_conc.
Evidence
- dist_result[ x_dist ] and dist_result[ x_bot ] are composition fractions ...

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.