I previously had a laptop doing all my work -i7 3537u- but the battery suddenly died and can't run on AC for more than some minutes.
In order to being able to work, I installed Ubuntu -same version 18.04- on my Desktop -Ryzen 2600x- and installed Anaconda3 and the same library I used (for completeness, called GraviPy)
Thing is, I expected the script to run in the same or better time (same since I've heard Python is more optimized on Intel) but to the contrary the first "part" of the scrip runs in about 4x time than it did in Laptop, AND the second part pops an Error executing some simple numerical things (something about floats but its LITERALLY the same script).
I tried it to 2 different machines, BOTH marginally worse than my Desktop.
On one it worked fully and MUCH faster than in desktop (measuring only the working part) and on the second, it took way too much time, while giving the same error on the second part.
So the Question is, is there a way I can copy the Python environment to run that scrip? (The laptop still running for an hour or so and then shuts down)
I tried to check conda list
but the length was insane in both desktop and environment. (I saw the the laptop had previous Anaconda version)
PS: Error message:
TypeError: can't convert expression to float
...
...
error: Result from function call is not a proper array of floats.