- 
                Notifications
    
You must be signed in to change notification settings  - Fork 8
 
WIP: Add SCF Potential #751
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
base: main
Are you sure you want to change the base?
Conversation
3c2ad34    to
    f9dc960      
    Compare
  
    | 
           Awesome! I am on the road ATM, but I can take a look at this soon.  | 
    
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's looking good! LMK when you want a full review and tests.
| Parameters | ||
| ---------- | ||
| t : `~galax.typing.BBtQuSz0` | ||
| t : `~galax._custom_types.BBtQuSz0` | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
True. We should fix this. Probably my just not having the types in the docstring. The actual annotations are authoritative 🤷 .
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For static analyses' sake we prefer the long-form exports. Annoying, I know, but it makes mypy happier.
| "wadler_lindig>=0.1.6", | ||
| "xmmutablemap>=0.1", | ||
| "zeroth>=1.0", | ||
| "spexial @ git+https://github.com/JAXtronomy/spexial.git@main", | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unfortunately, spexial is unlikely to be released. Can you move the function into potential/scf/?
| "xmmutablemap>=0.1", | ||
| "zeroth>=1.0", | ||
| "spexial @ git+https://github.com/JAXtronomy/spexial.git@main", | ||
| "hypothesis>=6.135.14", | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a test-time dependency. It can be added by uv add --group test hypothesis.
| "zeroth>=1.0", | ||
| "spexial @ git+https://github.com/JAXtronomy/spexial.git@main", | ||
| "hypothesis>=6.135.14", | ||
| "gala>=1.9.1", | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gala is already a test-time dependency. :)
NOTE: Still being tested