Skip to content

Tests for models#71

Merged
jemrobinson merged 25 commits intomainfrom
63-tests-for-models
Aug 26, 2025
Merged

Tests for models#71
jemrobinson merged 25 commits intomainfrom
63-tests-for-models

Conversation

@jemrobinson
Copy link
Copy Markdown
Member

  • Tests all currently-implemented models and model infrastructure.
  • Tests include input/output shapes and valid/invalid input parameters.

Closes #63

@jemrobinson jemrobinson requested a review from a team August 21, 2025 10:47
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Aug 21, 2025

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  ice_station_zebra
  types.py
  ice_station_zebra/models
  __init__.py
  encode_process_decode.py
  persistence.py
  zebra_model.py
  ice_station_zebra/models/common
  __init__.py
  activations.py
  bottleneckblock.py
  convblock.py
  upconvblock.py
  ice_station_zebra/models/decoders
  __init__.py
  base_decoder.py
  naive_latent_space_decoder.py
  ice_station_zebra/models/encoders
  __init__.py
  base_encoder.py
  naive_latent_space_encoder.py
  ice_station_zebra/models/processors
  __init__.py
  null.py
  unet.py
Project Total  

This report was generated by python-coverage-comment-action

Comment thread ice_station_zebra/models/processors/unet.py Outdated
Comment thread tests/models/test_encode_process_decode.py Outdated
Comment thread tests/models/test_decoders.py Outdated
Comment thread tests/models/test_encode_process_decode.py Outdated
Comment thread tests/models/test_encoders.py Outdated
Comment thread tests/models/test_processors.py Outdated
Comment thread tests/models/test_processors.py Outdated
@jemrobinson jemrobinson requested a review from IFenton August 22, 2025 12:22
Copy link
Copy Markdown
Contributor

@IFenton IFenton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jemrobinson jemrobinson merged commit 1cdcb62 into main Aug 26, 2025
3 checks passed
@jemrobinson jemrobinson deleted the 63-tests-for-models branch August 26, 2025 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tests for models

2 participants