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

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

Closed
guyer opened this issue Sep 19, 2014 · 2 comments
Closed

Comments

@guyer
Copy link
Member

guyer commented Sep 19, 2014

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

Imported from trac ticket #159, created by guyer on 11-12-2008 at 10:58, last modified: 11-12-2008 at 11:03

@guyer
Copy link
Member Author

guyer commented Sep 19, 2014

The problem lies in 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.

Trac comment by guyer on 11-12-2008 at 11:01

@guyer
Copy link
Member Author

guyer commented Sep 19, 2014

Fixed by r2815

Trac comment by guyer on 11-12-2008 at 11:03

@guyer guyer closed this as completed Sep 19, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants