POSYDON-code / POSYDON-code/POSYDON
[BUG]: dev-tools
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 45
- Forks
- 37
- Avg merge
- 8d 20h
- Merged PRs (30d)
- 5
Description
Describe the bug
Running dev-tools, generate_baseline will fail if pandas is not installed. The environment you're running the script in needs to have pandas installed. This feels counterintuitive since the script is installing a conda environment.
Can we make this more intuitive? Should be use the created environment with pandas to do this processing too?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the dev-tools entry point and trace how generate_baseline creates and invokes its conda environment. Reproduce the failure without pandas installed in the calling environment, then verify that baseline processing runs through the created environment with pandas available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- pandas, python
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100