Should I be concerned about this test failing? I w...
# neural-forecast
d
Should I be concerned about this test failing? I won't be using this model. I checked out the current main branch
Copy code
AssertionError 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:
k
Hey @Dan Howarth Did you resolve your problem on the unit test?