Christopher Sherman
Christopher Sherman
OK, then do we want allow users to mark paths to convert one-by-one, or should it be all-or-nothing? In the first case, I'd be happy with `@` to mark the...
As a general note, this feels more like a pygeosx integrated test than a unit test. We definitely need to add proper unit tests as well, which should test each...
@untereiner - we could probably write a script that does this given the current setup. Essentially, we would need to loop over the GEOS hashes from the current backwards (I'm...
> @cssherman The [xml schema 1.1](https://www.w3.org/TR/xmlschema11-1/#vc-namespace) has a namespace called [Versioning](http://www.w3.org/2007/XMLSchema-versioning) and [conditional inclusion](https://www.w3.org/TR/xmlschema11-1/#cip) that provides `minVersion`, `maxVersion` that whould help describe the code changing. > > In terms of...
@castelletto1 - Here's an old thread on this: https://github.com/GEOSX/GEOSX/issues/1402 I'm working with vtk exclusively now myself, and it sounds like @povolny1 has most of his issues resolved.
@rrsettgast - The updates to ATS won't impact how the diffs are calculated, since we define them ourselves in these scripts: - https://github.com/GEOS-DEV/integratedTests/blob/develop/scripts/geos_ats_package/geos_ats/helpers/restart_check.py - https://github.com/GEOS-DEV/integratedTests/blob/develop/scripts/geos_ats_package/geos_ats/helpers/curve_check.py We get around these issues...
@hluo50 - were you able to resolve this issue?
> > @hluo50 - were you able to resolve this issue? > > Hi, @cssherman , I did not spare more effort ... Sorry to hear that - as you...
This is do-able, but I have a few concerns: 1) Our xml interpreter (pugixml) does not support xi:include natively, so we would have to do this all ourselves 2) The...