-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial implementations #26
Merged
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
917bb16
initial DepthHazard
jackschonherr 6d63b42
renaming in Result, added unit test file
jackschonherr a0559c2
added parameter checking to Get
jackschonherr cbf06d8
implemented Has for LifeLosshazard, need to test more
jackschonherr 2163411
changed unit tests to test individual methods
jackschonherr e090217
implemented get for LifeLossHazard, added tests #15
jackschonherr d0ac729
implemented IResultsWriter #16
jackschonherr bb16055
Implemented ConsoleWriter and unit tests for it #17
jackschonherr 17c84dd
Implemented functionality and tests for first unit test of Structure #18
jackschonherr e6dced2
Added more tests for Structure, fixed issues with testing console output
jackschonherr c5d1843
implemented Location and BoundingBox, not sure about GDAL format for …
jackschonherr 72f0d32
implemented IHazardProvider
jackschonherr a09045c
implemented RandomDepthHazardProvider and tests #21, and removed chec…
jackschonherr 0819886
removed unneeded dependencies auto-generated by visual studio
jackschonherr a7a1415
added fields to Structure
jackschonherr 7b91ac3
changed floats to doubles to match float64 specification
jackschonherr 92148cd
removed filter from CI
jackschonherr 0c4b9ad
removed no-build
jackschonherr 2cc7a8f
changed unit tests for #17 and #18 to circumvent weird behavior with …
jackschonherr 2d466f4
added initial interfaces and implementations for processors after the…
jackschonherr b3f0687
added GetLocation to ConsequenceReceptor and changed Location coordin…
jackschonherr aa7aeee
added auto properties where needed
jackschonherr f73e7ad
renamed indiviual tests to be more descriptive
jackschonherr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yay!