fix spelling error; suggestion for an alternative answer generating one less element, but obviously no great computational advantage
This commit is contained in:
@@ -369,7 +369,7 @@ print(Z)
|
||||
|
||||
|
||||
```python
|
||||
Z = np.linspace(0,1,12,endpoint=True)[1:-1]
|
||||
Z = np.linspace(0,1,11,endpoint=False)[1:]
|
||||
print(Z)
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user