Critical Errors
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 17
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
I'm not able to get this package to work due to a critical error.
The specific error in question is `ERROR:__main__:Unexpected error: 'UnicodeEncodeError' object has no attribute 'message'` when I run the example in [01_mRNAid_example_usage.ipynb](https://github.com/Merck/mRNAid/blob/main/notebooks/01_mRNAid_example_usage.ipynb)
This isn't an informative error, but it is critical and terminates my program every time I try to optimize a sequence.
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 by running notebooks/01_mRNAid_example_usage.ipynb and reproduce the error while optimizing a sequence. Trace where the UnicodeEncodeError is handled and why the resulting error refers to a missing message attribute. Done means the example completes or reports an informative error instead of terminating with the current message.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook, python
- Domain
- bioinformatics
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100