refactor: cleaned and updated AlphaCore Python & R implementations#3
refactor: cleaned and updated AlphaCore Python & R implementations#3prachics wants to merge 8 commits into
Conversation
|
Hi Prachi! Thank you for the effort! I've tried this new version but it seems in contrast to the old version, this produces an error: Running: used to yield: but with your changes yields: I haven't reviewed the python code yet. Perhaps, what could be nice is to additionally add a test suite? So that it's easier to verify that the changes still lead to the same outcome? |
|
Hello Friedhelm, |
|
Hello Friedhelm, I've fixed the R implementation error and added test suite for both Python and R versions. The tests validate that the output matches the expected structure and values from the README examples. All implementations now produce expected results and the test suite ensures future changes maintain the same output. Please let me know if you'd like any further improvements! |
Hello Friedhelm, I am a UCF graduate student working with Dr. Akcora. I’ve cleaned up and refactored both the Python and R versions of AlphaCore, there are no changes to the core algorithm logic.
In this update we:
Please let me know if you’d like any further tweaks!