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

origin_structures not defined.. #88

Open
Jintram opened this issue Aug 13, 2012 · 0 comments
Open

origin_structures not defined.. #88

Jintram opened this issue Aug 13, 2012 · 0 comments

Comments

@Jintram
Copy link

Jintram commented Aug 13, 2012

There appear to be origin_structures lacking..

Traceback (most recent call last):
  File "./test_directbinding.py", line 329, in <module>
    s.step()                       
  File "/home/jintram/jintram_jul2012_egfrd/egfrd.py", line 445, in step
    f(self, domain, [domain.domain_id])         # fire the correct method for the class (e.g. process_single_event(self, Single))
  File "/home/jintram/jintram_jul2012_egfrd/egfrd.py", line 1760, in process_single_event
    domains = [self.make_new_domain(single)]
  File "/home/jintram/jintram_jul2012_egfrd/egfrd.py", line 1588, in make_new_domain
    domain = self.try_pair (single, obj)
  File "/home/jintram/jintram_jul2012_egfrd/egfrd.py", line 2329, in try_pair
    assert self.check_domain(pair)
  File "/home/jintram/jintram_jul2012_egfrd/egfrd.py", line 2610, in check_domain
    associated = [domain.origin_structure.id, domain.target_structure.id]
AttributeError: 'MixedPair2D3D' object has no attribute 'origin_structure'

The following classes need to have an origin_structure defined: InteractionSingle, MixedPair2D3D, MixedPair1DCap, CylindricalSurfaceInteraction.

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

No branches or pull requests

1 participant