Conversation
… include big flatbug files
…ug_implementation.py to the main files
✅ Deploy Preview for antenna-preview canceled.
|
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing touches🧪 Generate unit tests (beta)
Tip Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
✅ Deploy Preview for antenna-ssec canceled.
|
| pip install git+https://github.com/darsa-group/flat-bug.git | ||
|
|
||
| # Ensure PyTorch is installed | ||
| pip install torch>=2.3 |
There was a problem hiding this comment.
Is this an issue for us?
| import os | ||
| import sys | ||
|
|
||
| conda_path = "/Users/markfisher/miniconda3/lib/python3.12/site-packages" |
There was a problem hiding this comment.
I assume that in production, we can get paths like this from the .env file.
Description
Just a draft right now!
Summary
Brief description of what this PR does. (tl;dr).
List of Changes
Related Issues
If the PR closes or is related to an issue, reference it here.
For example, "Closes #<ISSUE_NUMBER>", "Fixes #<ISSUE_NUMBER>" or "Relates to #<ISSUE_NUMBER>" .
See Github Keywords
for more information on this
Detailed Description
A clear and detailed description of the changes, how they solve/fix the related issues.
Mention potential side effects or risks associated with the changes, if applicable.
How to Test the Changes
Instructions on how to test the changes Include references to automated and/or manual tests that were created/used to
test the changes.
Screenshots
If applicable, add screenshots to help explain this PR (ex. Before and after for UI changes).
Deployment Notes
Include instructions if this PR requires specific steps for its deployment (database migrations, config changes, etc.)
Checklist