Skip to content

Commit 1cb8821

Browse files
committed
Merge branch 'retrieve' into release/v0.1.4
2 parents 0c3c2f9 + a54cdee commit 1cb8821

13 files changed

+863572
-111
lines changed

examples/results.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import xboinc as xb
2+
3+
list_of_succeeded_jobs = []
4+
user='ddicroce'
5+
studyname='example_study'
6+
for jobname, new_particles in xb.RetrieveJobs(user=user, study=studyname):
7+
print(jobname)
8+
print(f"Particles: {new_particles.at_turn}")

0 commit comments

Comments
 (0)