Skip to content

Commit d076eb5

Browse files
twhughestylerflex
authored andcommitted
mode sources functional
1 parent 903f8c7 commit d076eb5

File tree

17 files changed

+2797
-118
lines changed

17 files changed

+2797
-118
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ https://www.atlassian.com/git/tutorials/merging-vs-rebasing
213213
#### Requires some focused time
214214
- [ ] Nail down simulationData interfaces for plotting.
215215
- [ ] Figue out webAPI running progress issues. (can we get separate status for time-stepping?)
216-
- [ ] Conversion for mode monitors / mode sources.
216+
- [ ] **Conversion for mode monitors / mode sources.**
217217
- [ ] Get near2far working correctly.
218218
- [ ] Use mode solver for the relevant example notebooks.
219219
- [ ] Document everything fully.

docs/StartHere.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
web.download(task_id, simulation=sim, path="data/sim_data.hdf5")
5757

5858

59-
sim_data = web.load(task_id, simulation=sim, path="data/sim_data.hdf5")
59+
sim_data = web.load_data(task_id, simulation=sim, path="data/sim_data.hdf5")
6060
ax = (
6161
sim_data["monitor"]
6262
.Ex.isel(f=0, z=0)
@@ -66,9 +66,4 @@
6666
plt.show()
6767

6868

69-
from pprint import pprint as print
70-
71-
print(sim_data.task_info)
72-
73-
7469
sim_data.log

0 commit comments

Comments
 (0)