Commit 54f6c03
Remove deepcopy (#694)
* Remove deepcopy
Just found this one after updating something internal and hitting serialization issue again. See previous PR regarding deepcopy (they have no purpose).
* Fixed flake8 issues
* Add deepcopy to test
Engine input isolation removed, update test with deepcopy.
* Isolation no longer expected
Remove test with this expectation.
* Reconfigure tests no isolation nb.
Used deepcopy where necessary when tests used the isolated nb
expectation in unittest logic for assertion checks.
Co-authored-by: Matthew Seal <[email protected]>1 parent fdf4880 commit 54f6c03
2 files changed
+10
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
99 | 98 | | |
100 | 99 | | |
101 | 100 | | |
102 | | - | |
103 | | - | |
| 101 | + | |
104 | 102 | | |
105 | 103 | | |
106 | 104 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | 39 | | |
48 | 40 | | |
49 | 41 | | |
| |||
343 | 335 | | |
344 | 336 | | |
345 | 337 | | |
346 | | - | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
347 | 343 | | |
348 | 344 | | |
349 | 345 | | |
| |||
373 | 369 | | |
374 | 370 | | |
375 | 371 | | |
376 | | - | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
377 | 375 | | |
378 | 376 | | |
379 | 377 | | |
| |||
407 | 405 | | |
408 | 406 | | |
409 | 407 | | |
410 | | - | |
| 408 | + | |
411 | 409 | | |
412 | 410 | | |
413 | 411 | | |
| |||
0 commit comments