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

Cannot use predefined facility arrays other than the default. #52

Open
baagaard-usgs opened this issue May 24, 2018 · 1 comment
Open
Labels
deficiency Undesirable behavior or annoying deficiency.

Comments

@baagaard-usgs
Copy link
Contributor

A facility array other than the default cannot be bound to a Pyre FacilityArray. The facility array object is treated as an array with a single component rather than a facility array object, like the default.

This is associated with the implementation of the FacilityArray object in Pyre. See geodynamics/pythia#1 for more inofrmation.

@baagaard-usgs baagaard-usgs added the deficiency Undesirable behavior or annoying deficiency. label May 24, 2018
@baagaard-usgs
Copy link
Contributor Author

Workaround is to create a derived class for the object holding the facility array and change the default factory for the facility array.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deficiency Undesirable behavior or annoying deficiency.
Projects
None yet
Development

No branches or pull requests

1 participant