firetools / qgis2fds

An open source and free tool to export terrain elevation, landuse, and georeferencing to NIST FDS for computational fluid dynamics (CFD) wildfire or atmospheric pollutants dispersion simulations.
GNU General Public License v3.0
17 stars 13 forks source link

Headless verification suite is not working locally #77

Closed emanuelegissi closed 1 year ago

emanuelegissi commented 1 year ago

I am fixing that, together with much more cleaning to the verifications.

johodges commented 1 year ago

Thanks for documenting this. Let me know if you run into issues and want support.

emanuelegissi commented 1 year ago

Okay, thank you

johodges commented 1 year ago

Local verification is working in ubuntu after merging https://github.com/firetools/qgis2fds/pull/81. Process is to navigate into the verification directory then run "local_verify.sh". This will not work on windows, but should work on macos and linux. @rmcdermo could you test on macos?

rmcdermo commented 1 year ago

OK, I will.

rmcdermo commented 1 year ago

I may not be up to speed on what I'm supposed to do. But it did not all work for me. Here is what I did:

  1. I cleaned my repo and checked out the new firetools/dev branch
  2. I updated my firemodels/cad repo and opened the qgs file with QGIS

When I try to export the FDS case... a couple things. First, one macOS all the paths are wrong because this was created on a Windows machine. Once I fixed those, the export ran, but did not produce an FDS input file.

I have to leave now, but maybe tomorrow we can go over this together and check what I did wrong.

johodges commented 1 year ago

Running the verification cases is run from the command line. The process to run should be:

I'll plan to join the meeting tomorrow from my linux machine to show the process.

emanuelegissi commented 1 year ago

We are reworking the verification suite, see #86 for the relevant discussion.