Skip to content

Commit

Permalink
Merge pull request #79 from CosmoStat/feature_end_to_end
Browse files Browse the repository at this point in the history
Feature end to end (Actually CI implementation)
  • Loading branch information
sfarrens authored Oct 18, 2023
2 parents 2458a7f + e5f862b commit 425cee7
Show file tree
Hide file tree
Showing 166 changed files with 725 additions and 18,806 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: CI-test

on:
pull_request:
branches:
- dummy_main


jobs:
test-full:
runs-on: [ubuntu-latest]

steps:
- name:
uses: actions/checkout@v3

- name: Set up Python 3.10.5
uses: actions/setup-python@v3
with:
python-version: "3.10.5"

- name: Install dependencies
run: python -m pip install ".[test]"

- name: Test with pytest
run: python -m pytest
131 changes: 0 additions & 131 deletions WaveDiffRunExercise.ipynb

This file was deleted.

3 changes: 3 additions & 0 deletions config/metrics_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ metrics:

# Hyperparameters for Parametric model
param_hparams:
# Random seed for Tensor Flow Initialization
random_seed: 3877572

# Parameter for the l2 loss function for the Optical path differences (OPD)/WFE
l2_param: 0.

Expand Down
4 changes: 0 additions & 4 deletions jz-submissions/README.md

This file was deleted.

37 changes: 0 additions & 37 deletions jz-submissions/jobs-cli/1k_poly_v2_1cycle.sh

This file was deleted.

39 changes: 0 additions & 39 deletions jz-submissions/jobs-cli/1k_poly_v2_2cycle.sh

This file was deleted.

39 changes: 0 additions & 39 deletions jz-submissions/jobs-cli/1k_poly_v2_2cycle_no2param.sh

This file was deleted.

46 changes: 0 additions & 46 deletions jz-submissions/jobs-cli/1k_poly_var_l2_opd.sh

This file was deleted.

49 changes: 0 additions & 49 deletions jz-submissions/jobs-cli/full_1k_poly_sample_w.sh

This file was deleted.

Loading

0 comments on commit 425cee7

Please sign in to comment.