You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make check is used to ensure that I didn't break anything. Right now, however it just generates the documents and ensures that that they didn't crash. Instead they should be validated against the proper XML schema file.
The text was updated successfully, but these errors were encountered:
The code almost validates, however the UDDF spec requires that all files
have a `<diver>` element. This isn't something that we can easily do
because we don't actually know anything about the diver.
As a result of this, I've created the `<informationafterdive>` element
and have done more work to ensure that the files validate against the
current version of the schema (see issue #13).
There still is more work to be done on `<informationafterdive>` until
I can close issue #12. Particularly `<pressuredrop>` and `<averagedepth>`
need to be calculated.
Signed-off-by: Patrick Wagstrom <patrick@wagstrom.net>
make check
is used to ensure that I didn't break anything. Right now, however it just generates the documents and ensures that that they didn't crash. Instead they should be validated against the proper XML schema file.The text was updated successfully, but these errors were encountered: