LCSB-BioCore / COBREXA.jl

Constraint-Based Reconstruction and EXascale Analysis
http://bit.ly/COBREXA
Apache License 2.0
42 stars 8 forks source link

Check that function return types inferred in documentation make sense #784

Open stelmo opened 1 year ago

stelmo commented 1 year ago

This makes it easier to work with them in different packages

exaexa commented 1 year ago

The problem with function type annotations is that it results in extra convert() call in the end, which might and might not be what we actually want. (read: it's not an annotation at all)

stelmo commented 1 year ago

hmm that sucks :/ It is really helpful to know what I can expect when working from another package