Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
jdcpni committed Nov 20, 2024
1 parent 5e6eb87 commit acc5a6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/models/test_ego.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ def test_ego_csw_model():
6.61008388e-04, 9.88672202e-01, 6.52088276e-04, 2.83918640e-03, 0.00000000e+00]]
np.testing.assert_allclose(result, expected)

# Plots for debugging
# fig, axes = plt.subplots(3, 1, figsize=(5, 12))
# axes[0].imshow(EGO_comp.projections[7].parameters.matrix.get(EGO_comp.name), interpolation=None)
# axes[1].plot((1 - np.abs(EGO_comp.results[1:50,2]-TARGETS[:49])).sum(-1))
Expand Down

0 comments on commit acc5a6d

Please sign in to comment.