-
Notifications
You must be signed in to change notification settings - Fork 70
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
Core dumped when using the GE20 prescription for critical mass ratios #1022
Labels
Comments
nrsegovia
added
bug
Something isn't working
severity_minor
This bug is not very severe
labels
Dec 11, 2023
jeffriley
added a commit
to jeffriley/COMPAS-1
that referenced
this issue
Dec 11, 2023
- Fix for issue TeamCOMPAS#1022 - incorrect value being used for last entry in array in BaseStar::InterpolateGe20QCrit()
jeffriley
added a commit
to jeffriley/COMPAS-1
that referenced
this issue
Dec 11, 2023
jeffriley
added a commit
to jeffriley/COMPAS-1
that referenced
this issue
Dec 11, 2023
Merged
Merged
Fixed in v02.41.01 |
Fixed by @jeffriley (thank you!), closing, with thanks to @nrsegovia for reporting! |
Merged
reinhold-willcox
added a commit
that referenced
this issue
Dec 22, 2023
* Fix for issue #1022 * Code cleanup --------- Co-authored-by: Jeff Riley <jeff.riley@monash.edu> Co-authored-by: Ilya Mandel <ilyamandel@users.noreply.github.com>
reinhold-willcox
added a commit
that referenced
this issue
Dec 22, 2023
* Fix for issue #1022 * Code cleanup * Event strings (#1021) * (compasUtils) bug fix to getSNevents() * (compasUtils) make getEventHistory() work for COMPAS output with unordered seeds * (compasUtils) fix typo * switched to lexsort from argsort to better handle the ordering of multiple events from the same seed * changed list initialization for np array, changed some variable names for clarity * changed np array back to list, since array couldn't handle input of different sizes --------- Co-authored-by: Reinhold Willcox <reinhold.willcox@gmail.com> * Merge pull request #996 from TeamCOMPAS/updated_winds_fresh Updated wind perscriptions * Reapply winds changes from 2.40.00 * fixes to the detailed plotter, including improved robustness to the Roche Lobe, and masking for only end-of-timestep events * added question to CalculateMassLossRateNieuwenhuijzenDeJager --------- Co-authored-by: Jeff Riley <jeff.riley@monash.edu> Co-authored-by: Ilya Mandel <ilyamandel@users.noreply.github.com> Co-authored-by: Mike Lau <mike.lau@h-its.org> Co-authored-by: jeffriley <jeffrey.riley@monash.edu>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
By using the following configuration on COMPAS v02.39.00
I get the following error
which produces rather small files, around 10% of what I expect. The same population under different prescriptions ( "NONE" and "HURLEY_HJELLMING_WEBBINK") works just fine.
To Reproduce
Run COMPAS using the gridfile I have attached and the configuration specified above. The logfile configuration can be ignored, it seems.
Additional context
Jeff was able to reproduce the issue on v2.41.00
gridfile.tar.gz
The text was updated successfully, but these errors were encountered: