shannon-lab / zapdos

Open source MOOSE framework application for simulating plasmas
https://shannon-lab.github.io/zapdos/
GNU Lesser General Public License v2.1
39 stars 38 forks source link

Changes required for file path cleanup in crane #239

Closed loganharbour closed 8 months ago

loganharbour commented 8 months ago

https://github.com/lcpp-org/crane/pull/125 introduces a default file_location parameter of the cwd. file_location = '' is no longer valid, because an empty path will resolve to the file root / in https://github.com/idaholab/moose/pull/26945.

We'll need to correct for these in input. Namely, file_location = '' is no longer necessary as the default is the cwd.