mtk_to_si
no longer defined/exported with new functionality.
#279
Labels
bug
Something isn't working
mtk_to_si
no longer defined/exported with new functionality.
#279
Simple MWE:
I think this was caused by the latest update.
Currently, this is breaking tests in Catalyst, hence I discovered it: https://github.com/SciML/Catalyst.jl/actions/runs/7743939220/job/21116510775?pr=776
I checked the source code. I am not really sure, but when I make extensions I do not put export statements in the extension file. Instead, I create a
mtk_to_si
function (without methods) in the main file, and then add methods to that in the extension. E.g. in Catalyst's HomotopyContinuation extension I have this in Catalyst.jland this in homotopy_continuation_extension.jl
This might be worth a try.
The text was updated successfully, but these errors were encountered: