MBristle
MBristle
Note the bug is resolved in https://github.com/sktime/skbase/pull/290 This PR just includes the tests to make sure it has been solved. Note: MUST be merged AFTER https://github.com/sktime/skbase/pull/290 has been merged.
@fkiraly, I was playing around with an FH comparison (and ran into the issues described above - basically, I wanted to make sure that the FH does not change for...
Ok, had a quick look. So, from my point of view, the issue should be solved in the `_fh_equals_plugin`. However this is implemented in the sktime and the skbase repo....
> Could we add the fix in both places then? Sure, that should work, and that is how I tested it locally. > As a step sometime in the future,...
I just had a quick check. To fix the issue, only the base part needs adjustment. The sktime part is never called, and, in my opinion, can be removed if...
thx for the suggestions! The fix of [thewisenerd](https://github.com/thewisenerd) worked as suggested: ``` install_name_tool -add_rpath @executable_path/cmdstan-2.26.1/stan/lib/stan_math/lib/tbb ./venv/lib/python3.10/site-packages/prophet/stan_model/prophet_model.bin ``` Having `python 3.10.8` and `prophet==1.1.2` on a M1.