mirror of
https://github.com/pim-n/pg-rad
synced 2026-04-24 19:48:10 +02:00
hotfix for export filename
This commit is contained in:
@ -67,8 +67,7 @@ def generate_csv_name(sim: SimulationOutput) -> str:
|
|||||||
[
|
[
|
||||||
str(round(s.activity))+"MBq",
|
str(round(s.activity))+"MBq",
|
||||||
str(round(s.dist_from_path))+"m",
|
str(round(s.dist_from_path))+"m",
|
||||||
str(round(s.position[0])),
|
str(round(s.position[0]))+'_'+str(round(s.position[1]))
|
||||||
str(round(s.position[1])),
|
|
||||||
]
|
]
|
||||||
for s in sim.sources
|
for s in sim.sources
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user