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

[WIP] Improve the codebase and along with downloads #32

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

tbhaxor
Copy link
Contributor

@tbhaxor tbhaxor commented Apr 14, 2024

No description provided.

@dutta-alankar
Copy link
Owner

Tests are failing. @tbhaxor Can you check what's wrong?

@tbhaxor
Copy link
Contributor Author

tbhaxor commented Apr 18, 2024

I am working on the fix, will open it for review once all is done.

@dutta-alankar
Copy link
Owner

Okay!

@tbhaxor tbhaxor force-pushed the improve/download branch 6 times, most recently from 3af4a8d to 5187e53 Compare April 27, 2024 17:21
@dutta-alankar
Copy link
Owner

dutta-alankar commented Apr 28, 2024

The test in one of the fails is because the ionization is not giving the correct output. Ionization fraction has been called with a random element, and no ion argument has been passed. So, it will now generate all the ions for the chosen element, i.e., element+1. Since the input array is of shape (5,2) the output array shape has to be (5,2,element+1). This is not happening. Something seems off to me in this PR.

@dutta-alankar dutta-alankar added the enhancement New feature or request label Apr 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants