I think that 'pip install tomotwin-cryoet' has nothing to do with my current git cloned local git repo, since 'pip install tomotwin-cryoet' should just install with whatever TomoTwin author uploaded to pip website. Indeed, even when I removed my local tomotwin git repo folder, 'pip install tomotwin-cryoet' seems to run well still.
I think that 'pip install tomotwin-cryoet' has nothing to do with my current git cloned local git repo, since 'pip install tomotwin-cryoet' should just install with whatever TomoTwin author uploaded to pip website. Indeed, even when I removed my local tomotwin git repo folder, 'pip install tomotwin-cryoet' seems to run well still.
So in order to test this possible float16/32 solution (https://github.com/MPI-Dortmund/tomotwin-cryoet/issues/107),
I want to regenerate tomotwin_embed.py after changing
https://github.com/MPI-Dortmund/tomotwin-cryoet/blob/ada76c7ffc55b5dfe87f04d531439c83d646dbdf/tomotwin/map_main.py#L50
https://github.com/MPI-Dortmund/tomotwin-cryoet/blob/ada76c7ffc55b5dfe87f04d531439c83d646dbdf/tomotwin/embed_main.py#L178
into float32.
Therefore, can I know how to install tomotwin without pip based on my change in my local TomoTwin git repo?