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

Attribute Error in Asteria Notebooks #89

Open
EmmaTintinger opened this issue Oct 9, 2023 · 0 comments
Open

Attribute Error in Asteria Notebooks #89

EmmaTintinger opened this issue Oct 9, 2023 · 0 comments

Comments

@EmmaTintinger
Copy link

Error:
AttributeError: module 'asteria.source' has no attribute 'initialize'

Locations:
-Detector_Response: cell [3]
-Load_Simulation: cell [3]
-Luminosity: cell [3]
-Simplemixing_Class: cell [2]
-Simulation_Handling: cell [4]
-Supernova_Mixing: cell [2]

Error trace from Detector_Response nb:

AttributeError Traceback (most recent call last)
Input In [3], in <cell line: 2>()
1 conf = config.load_config('../../data/config/default.yaml')
----> 2 ccsn = source.initialize(conf)
3 i3 = detector.initialize(conf)

AttributeError: module 'asteria.source' has no attribute 'initialize'

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