Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
resolve
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ift
resolve
Merge requests
!48
Polarization response
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Polarization response
add_polarization_radio_response
into
master
Overview
2
Commits
13
Pipelines
12
Changes
1
Merged
Jakob Roth
requested to merge
add_polarization_radio_response
into
master
1 year ago
Overview
2
Commits
13
Pipelines
12
Changes
1
Expand
0
0
Merge request reports
Viewing commit
21dbdec7
Show latest version
1 file
+
1
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
21dbdec7
test_response: all_close -> assert_allclose
· 21dbdec7
Jakob Roth
authored
1 year ago
test/test_response.py
+
1
−
1
Options
@@ -104,4 +104,4 @@ def test_jax_response_consistency():
@@ -104,4 +104,4 @@ def test_jax_response_consistency():
vis_field_old
=
R_old
(
radio_sky
).
val
vis_field_old
=
R_old
(
radio_sky
).
val
vis_field_new
=
R_new
(
radio_sky_arr
)
vis_field_new
=
R_new
(
radio_sky_arr
)
np
.
allclose
(
vis_field_old
,
vis_field_new
)
np
.
testing
.
assert_
allclose
(
vis_field_old
,
vis_field_new
)
Loading