You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we recently encountered a problem running ICE (v1.2.0). See the error below:
Traceback (most recent call last):
File "/ice/ice/analysis.py", line 82, in single_sanger_analysis
sa.analyze_sample()
File "/ice/ice/classes/sanger_analysis.py", line 834, in analyze_sample
self.simple_discordance_algorithm()
File "/ice/ice/classes/sanger_analysis.py", line 664, in simple_discordance_algorithm
len(unexplained_discord_signal)) * 100)
ZeroDivisionError: float division by zero
Any idea what caused this?
Thanks,
Pei
The text was updated successfully, but these errors were encountered:
Hi there,
we recently encountered a problem running ICE (v1.2.0). See the error below:
Traceback (most recent call last):
File "/ice/ice/analysis.py", line 82, in single_sanger_analysis
sa.analyze_sample()
File "/ice/ice/classes/sanger_analysis.py", line 834, in analyze_sample
self.simple_discordance_algorithm()
File "/ice/ice/classes/sanger_analysis.py", line 664, in simple_discordance_algorithm
len(unexplained_discord_signal)) * 100)
ZeroDivisionError: float division by zero
Any idea what caused this?
Thanks,
Pei
The text was updated successfully, but these errors were encountered: