Ticket #159 (closed defect: fixed)

Opened 8 weeks ago

Last modified 8 weeks ago

intermittent failure on `examples/diffusion/explicit/mixedelement.py --inline`

Reported by: guyer Owned by: guyer
Priority: 1 Milestone: 2.0
Component: --inline Version:
Severity: Bugs Keywords:
Cc:

Description

source:examples/diffusion/explicit/mixedelement.py@2814 has been intermittently been giving bad results for --inline runs as in, e.g. build:454.

Only seems to fail on Mac OS X

Attachments

Change History

Changed 8 weeks ago by guyer

  • owner set to guyer
  • status changed from new to assigned

The problem lies in source:fipy/variables/addOverFacesVariable.py

self.mesh._getCellFaceIDs() returns a masked result and numerix.array(ids) converts the masked values to -1, but the C code doesn't account for that.

Changed 8 weeks ago by guyer

  • status changed from assigned to closed
  • resolution set to fixed

Fixed by r2815

Add/Change #159 (intermittent failure on `examples/diffusion/explicit/mixedelement.py --inline`)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.