Skip to content
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

Anaconda Installation Instructions and Bug Fix #55

Merged

Conversation

iganay958
Copy link
Contributor

  1. Add the Anaconda Installation Instructions (Install-Anaconda.md).

  2. Some Bug fix:

2.1 In imager.py, around line 740 and 770, the original codes caused assertion errors on my device, which is due to floating point precision problem (e.g., 0.1 vs 0.099999999999). I resolved it by using np.isclose() instead of direct comparison.

2.2 In setup.py, add some lines to help detailed configure information of lib names and paths, which may help future debug.

2.3 Update the URL of HL Tau file in the tutorial, the original one is not available now.

Copy link
Owner

@tnakazato tnakazato left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @iganay958,

Thank you for your contribution! I've put a few review comments. I would appreciate it if you could address them.

@tnakazato tnakazato merged commit a38b9f6 into tnakazato:main Oct 3, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants