We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the converter code scipy library is used to handle rotation matrix calculations, see:
converter/converter/shieldhit/geo.py
Line 5 in b5326df
Line 39 in b5326df
converter/converter/fluka/helper_parsers/figure_parser.py
Line 4 in b5326df
Line 73 in b5326df
By replacing this code with pure python solution we could drop scipy from requirements which would make it more easier to ship with pyodide.
See also #191 (comment)
The text was updated successfully, but these errors were encountered:
dudiiiiiiii
Successfully merging a pull request may close this issue.
In the converter code scipy library is used to handle rotation matrix calculations,
see:
converter/converter/shieldhit/geo.py
Line 5 in b5326df
converter/converter/shieldhit/geo.py
Line 39 in b5326df
converter/converter/fluka/helper_parsers/figure_parser.py
Line 4 in b5326df
converter/converter/fluka/helper_parsers/figure_parser.py
Line 73 in b5326df
By replacing this code with pure python solution we could drop scipy from requirements which would make it more easier to ship with pyodide.
See also #191 (comment)
The text was updated successfully, but these errors were encountered: