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
Moving this here, as it is another issue/relevant repo feature, that is not directly linked to #46
We additionally need testing of export for a typical user setup (not after "Pkg.develop("FMIExport")"):
checking the package out using Pkg.add("FMIExport.jl")
running the examples
=> error with locating the FMIExport package ("package is not a git repository")
(additionally, currently "using FMIExport" needs to be called prior to executing the example, else the package meight not be downloaded and available)
The text was updated successfully, but these errors were encountered:
Moving this here, as it is another issue/relevant repo feature, that is not directly linked to #46
We additionally need testing of export for a typical user setup (not after "Pkg.develop("FMIExport")"):
=> error with locating the FMIExport package ("package is not a git repository")
(additionally, currently "using FMIExport" needs to be called prior to executing the example, else the package meight not be downloaded and available)
The text was updated successfully, but these errors were encountered: