edmundlehsten / Newton_fractals

NUMA01 Project 4
MIT License
0 stars 0 forks source link

where do we need scipy ? #25

Open edmundlehsten opened 5 years ago

edmundlehsten commented 5 years ago

we are importing scipy here: https://github.com/edmundlehsten/Newton_fractals/blob/bd68b9f533ed6629441c7760b482fe91cd676249/Main.py#L1 where do we acctually need this? if it is just for the matrix opperations it would be better to use numpy

NadineSteinbach commented 5 years ago

I used it for the variable types (int, float,...) because I did not know that for numpy it only changes to e.g. np.int32

NadineSteinbach commented 5 years ago

I think it should work without scipy as well