Skip to content

Commit

Permalink
Change pysap version for test on travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
aymgal committed May 5, 2021
1 parent 0713896 commit d3c9788
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -65,7 +65,7 @@ install:
- cd $PACKAGES_DIR
- git clone https://github.com/aymgal/pysap.git
- cd pysap
- git checkout dev-aym
- git checkout master
- pip install .
# - pip install -e git://github.com/aymgal/pysap@dev-aym#egg=pysap

Expand Down
4 changes: 0 additions & 4 deletions slitronomy/Optimization/solver_lens.py
Expand Up @@ -28,10 +28,6 @@ def __init__(self, data_class, image_numerics_class, source_numerics_class, lens
If not set or set to None, 'threshold_decrease_type' in base_kwargs defaults to 'exponential'.
"""
# remove settings not related to this solver
# _ = base_kwargs.pop('num_iter_source', None)
# _ = base_kwargs.pop('num_iter_global', None)

super(SparseSolverLens, self).__init__(data_class, image_numerics_class, source_numerics_class,
**base_kwargs)

Expand Down

0 comments on commit d3c9788

Please sign in to comment.