Skip to content
Snippets Groups Projects
  1. Jan 20, 2022
  2. Jan 12, 2022
  3. Jan 07, 2022
  4. Jan 05, 2022
  5. Dec 13, 2021
    • Sébastien Villemot's avatar
    • Sébastien Villemot's avatar
      Fix logic of include_eqs in the presence of [static]/[dynamic] equations · f44155d4
      Sébastien Villemot authored
      In a model with [static]/[dynamic] equations, if the user was using include_eqs
      with a list of equations that does *not* contain equations marked
      [static]/[dynamic], then the call to ModelTree::includeExcludeEquations(…,
      static_equations=true) would have an empty list of equation tags (as stored
      in tag_eqns).
      
      The right behaviour in this case is to exclude all static equations. However,
      the code would exclude none, and this would disrupt the equilibrium between
      [static] and [dynamic] equations (since all [dynamic] equations were excluded
      by the other call to the same method).
      
      The fix consists in removing the shortcut that returns from the method if
      tag_eqns is empty.
      
      (cherry picked from commit a73b0d91)
      Verified
      f44155d4
  6. Dec 08, 2021
  7. Dec 07, 2021
  8. Nov 22, 2021
  9. Oct 29, 2021
  10. Oct 25, 2021
  11. Oct 08, 2021
  12. Oct 06, 2021
  13. Sep 24, 2021
  14. Sep 22, 2021
  15. Sep 21, 2021
  16. Sep 13, 2021
  17. Sep 08, 2021
  18. Sep 01, 2021
  19. Aug 31, 2021
  20. Aug 18, 2021
  21. Aug 16, 2021
  22. Jul 23, 2021
  23. Jul 22, 2021
Loading