esqLABS / esqlabsR

Utility functions for modelling and simulation workflows within esqLABS organization
https://esqlabs.github.io/esqlabsR/
GNU General Public License v2.0
16 stars 2 forks source link

support a ^ b equations type #699

Closed AKostiv8 closed 1 month ago

AKostiv8 commented 1 month ago

Adding support for equations type a ^ b in the esqlabsR::startFunctionVisualizer()

Closes #697

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 86.77%. Comparing base (df98260) to head (ea133ee). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #699 +/- ## ======================================= Coverage 86.77% 86.77% ======================================= Files 29 29 Lines 2722 2722 ======================================= Hits 2362 2362 Misses 360 360 ```

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

PavelBal commented 1 month ago

Let's extract this logic to a separate (internal) function and write a test for it.