There's a Python error, but I can't solve it

Asked 1 years ago, Updated 1 years ago, 68 views

I keep getting errors like this, but I don't know what to do.

python runtimewarning true_divide double_scalars

2022-09-22 16:45

1 Answers

What should I do?It seems to divide by 0 ([0, 0, 0]) during a long formula.

All numbers can't be divided by zero.The numpy is giving you a warning.

Do a test. Is there a case where you divide it by 0...


2022-09-22 16:45

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.