-
Notifications
You must be signed in to change notification settings - Fork 144
Open
Labels
Description
Thank you for the defect report
- I am using the latest version of
RAVEN. - I have read the Wiki.
- I have created a minimum, reproducible example
that demonstrates the defect.
Defect Description
When running RAVEN, it failed unexpectedly with an unhelpful error message. I tracked it down to a segmentation fault occurring because of two imports, one of ray and one of pandas.
Steps to Reproduce
Activate the raven_libraries environment. Just running python from the terminal is sufficient. In the python prompt, input import ray followed by import pandas. An error from a segmentation fault will be returned.
Expected Behavior
Both libraries should be imported without difficulties.
Screenshots and Input Files
OS
Windows
OS Version
Windows 11 Pro
Dependency Manager
CONDA
For Change Control Board: Issue Review
- Is it tagged with a type: defect or task?
- Is it tagged with a priority: critical, normal or minor?
- If it will impact requirements or requirements tests, is it tagged with requirements?
- If it is a defect, can it cause wrong results for users? If so an email needs to be sent to the users.
- Is a rationale provided? (Such as explaining why the improvement is needed or why current code is wrong.)
For Change Control Board: Issue Closure
- If the issue is a defect, is the defect fixed?
- If the issue is a defect, is the defect tested for in the regression test system? (If not explain why not.)
- If the issue can impact users, has an email to the users group been written (the email should specify if the defect impacts stable or master)?
- If the issue is a defect, does it impact the latest release branch? If yes, is there any issue tagged with release (create if needed)?
- If the issue is being closed without a pull request, has an explanation of why it is being closed been provided?