Commit 525fa96
committed
MNT: address third round of PR review comments
- Guard from_rpy against non-dict JSON payloads (e.g. [] or "foo")
that would AttributeError instead of hitting the 422 path
- Change notebook to resimulate=True so flight.all_info() has
computed outputs available after loading an .rpy with
include_outputs=False
Made-with: Cursor1 parent 5eb763f commit 525fa96
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| 94 | + | |
| 95 | + | |
94 | 96 | | |
95 | 97 | | |
96 | 98 | | |
| |||
535 | 537 | | |
536 | 538 | | |
537 | 539 | | |
538 | | - | |
| 540 | + | |
539 | 541 | | |
540 | 542 | | |
541 | 543 | | |
| |||
0 commit comments