2 Commits 3ff260af6c ... f8bc5e9705

Autor SHA1 Mensagem Data
  Alex Vong f8bc5e9705 Test 8 1 ano atrás
  Alex Vong 3828f966f4 Test 7 1 ano atrás
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      week-12-report.md

+ 1 - 1
week-12-report.md

@@ -54,7 +54,7 @@ Below is a summary of our progress:
     - <s>[Week 8] fix additional bugs depending on our progress</s> (`@sym/iztrans` almost done except lacking help text and tests, see WIP PR [#1234](https://github.com/cbm755/octsympy/pull/1234))
 
 - <s>\<Optional\> (*Future*) [Week 9-12] make octsympy easier to maintain</s>
-    - <s>[Week 9-12] get non-expr out of matrix as much as possible since sympy deprecated the use of non-expr in matrix</s> (FIXME: see [#1124](https://github.com/cbm755/octsympy/issues/1124))
+    - <s>[Week 9-12] get non-expr out of matrix as much as possible since sympy deprecated the use of non-expr in matrix</s> (halfway through fixing failing tests caused by transition, see [#1124](https://github.com/cbm755/octsympy/issues/1124))
         - <s>[Week 9-10] investigate draft PR [#1194](https://github.com/cbm755/octsympy/pull/1194)</s>
         - <s>[Week 9-10] investigate *laplace test giving deprecation warning on SymPy > 1.9* [#1052](https://github.com/cbm755/octsympy/issues/1052)</s>
         - <s>[Week 9-10] investigate *eq: giving TypeError: cannot determine truth value of Relational* [#1055](https://github.com/cbm755/octsympy/issues/1055)</s> (fixed by mentor [@cbm755](https://github.com/cbm755))