OpenGATE / opengate

Gate 10 (beta)
http://www.opengatecollaboration.org
GNU Lesser General Public License v3.0
42 stars 38 forks source link

Paths #331

Closed tbaudier closed 1 week ago

tbaudier commented 7 months ago

It's a discussion about the output path:

The output are stored in "output" folder automatically: https://github.com/OpenGATE/opengate/blob/3cbb30312e9b68a0e8e1c43c6547f2363d2da59c/opengate/managers.py#L1020 and https://github.com/OpenGATE/opengate/blob/3cbb30312e9b68a0e8e1c43c6547f2363d2da59c/opengate/managers.py#L1180

The idea is good but for the moment, we have some trouble:

So, for the release, we chose with @dsarrut to avoid to write "output" and let the user to write the correct output path: https://github.com/OpenGATE/opengate/pull/332

nkrah commented 7 months ago

I suggest we discuss this and implement a unified solution when we refactor the actors so they all behave in the same way. What do you think?

dsarrut commented 1 week ago

not relevant anymore