Skip to content
Snippets Groups Projects
  1. Mar 23, 2020
  2. Mar 22, 2020
  3. Jan 29, 2020
  4. Jan 28, 2020
  5. Jan 26, 2020
    • Sean's avatar
      Fix bug with deepcopy · 65bbad6a
      Sean authored
      When deepcopying a circuit, the nodes were also deepcopied. This is a problem because
      nodes are supposed to be singletons. When the user wanted to analyse a deepcopied
      circuit that had previously been analysed, the input component would be added with
      different nodes even though those nodes would exist in the circuit already (same
      name, but different memory locations), leading to singular matrices when solving.
      
      The fix is to implement special deepcopy behaviour for circuits using __deepcopy__.
      This is not ideal; it might be worth removing the singleton property of nodes and
      make them circuit-specific.
      65bbad6a
    • Sean's avatar
      Fix documentation plotting · b71adcda
      Sean authored
      b71adcda
    • Sean's avatar
      Small comment fixes · 27e5b84b
      Sean authored
      27e5b84b
  6. Aug 06, 2019
  7. Aug 02, 2019
  8. Aug 01, 2019
  9. Jul 31, 2019
  10. Jul 24, 2019
Loading