AlgebraicJulia / StockFlow.jl

https://algebraicjulia.github.io/StockFlow.jl/
MIT License
63 stars 6 forks source link

Added a few functions for simple constants (eg, x + 1, 1/x, etc). Th… #107

Open neonWhiteout opened 9 months ago

neonWhiteout commented 9 months ago

…eir definitions are seen in visualization. Dyvars can now have arbitrarily many operators, similar to flow dyvars.

codecov[bot] commented 9 months ago

Codecov Report

Attention: 47 lines in your changes are missing coverage. Please review.

Comparison is base (e5eec69) 57.98% compared to head (e795d00) 57.12%.

Files Patch % Lines
src/visualization.jl 0.00% 22 Missing :warning:
src/Syntax.jl 56.81% 19 Missing :warning:
src/StockFlow.jl 0.00% 6 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #107 +/- ## ========================================== - Coverage 57.98% 57.12% -0.86% ========================================== Files 10 10 Lines 2016 2076 +60 ========================================== + Hits 1169 1186 +17 - Misses 847 890 +43 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

neonWhiteout commented 9 months ago

I guess one thing to note is, when generating names for the new dynamic variables, it always prepends the previous, which can lead to some nesting like ##v_##v_v#1498#1499.