Commit abd5d51
committed
feat(alias): Add fill_value parameter to add_alias()
Optional fill_value replaces inf/NaN after evaluation:
adf.add_alias('dsectorM', '18*((y+dy)/x)/pi', fill_value=0)
Stored in schema for roundtrip preservation. 8 lines changed.1 parent 4c45c4d commit abd5d51
1 file changed
Lines changed: 18 additions & 0 deletions
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2552 | 2552 | | |
2553 | 2553 | | |
2554 | 2554 | | |
| 2555 | + | |
| 2556 | + | |
| 2557 | + | |
| 2558 | + | |
| 2559 | + | |
| 2560 | + | |
| 2561 | + | |
| 2562 | + | |
| 2563 | + | |
| 2564 | + | |
| 2565 | + | |
| 2566 | + | |
| 2567 | + | |
| 2568 | + | |
| 2569 | + | |
| 2570 | + | |
| 2571 | + | |
| 2572 | + | |
2555 | 2573 | | |
2556 | 2574 | | |
0 commit comments