Dan Howarth
03/26/2024, 7:05 PMAssertionError in /home/dhowarth/repos/neuralforecast/nbs/models.hint.ipynb:
===========================================================================
While Executing Cell #17:
---------------------------------------------------------------------------
AssertionError Traceback (most recent call last)
Cell In[1], line 68
66 percent_diff = np.round(abs(parent_value-children_sum)/parent_value * 100, 2)
67 print(f"Percentage Difference: {percent_diff}")
---> 68 assert percent_diff < eps
AssertionError:
Kin Gtz. Olivares
04/05/2024, 12:03 PM