-
Notifications
You must be signed in to change notification settings - Fork 78
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
5.x acoustic tests #685
5.x acoustic tests #685
Conversation
…now contains receiver altitude derived from DEM, that was used from computation
…java en AttenuationCnossosParameters dans tout le code
…acoustically explicit. ** Removing classes that are present in other classes. ** generating Java documentation
…acoustically explicit. ** Removing classes that are present in other classes. ** generating Java documentation
Iso problem: TC21, TC28. Rays problem, update the Z of S' after diffraction: TC18. Gpath problem: TC19.
…modelling/pathfinder/utils/MirrorReflection2D.java
@@ -1,36 +1,3 @@ | |||
/** |
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.
still this todo
…modelling/pathfinder/aeffacer directory
Bravo @MaguetteD ! |
assertDoubleArrayEquals("WH", expectedWH, actualWH, ERROR_EPSILON_LOW); | ||
assertDoubleArrayEquals("CfH", expectedCfH, actualCfH, ERROR_EPSILON_LOW); | ||
assertDoubleArrayEquals("AGroundH", expectedAGroundH, actualAGroundH, ERROR_EPSILON_LOW); | ||
/*assertDoubleArrayEquals("WF", expectedWF, actualWF, ERROR_EPSILON_LOW); |
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.
did not see, some assert are commented. I am working on TC11 as I have different results than you with the patch (related to polygon normalisation?).
No description provided.