Skip to content

Commit

Permalink
Fix issue:
Browse files Browse the repository at this point in the history
values not assigned to l1,l2, g
  • Loading branch information
tpeulen committed Feb 3, 2025
1 parent 95d8511 commit 740481e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions chisurf/plugins/anisotropy/wizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,6 @@ def create_fits(self):

# Link VH parameters to VV
#######################################
print("self.conf_edit.dict:", self.conf_edit.dict)

# number of photons
self.fit_vh.model.parameters_all_dict['n0'].link = self.fit_vv.model.parameters_all_dict['n0']
self.fit_vv.model.parameters_all_dict['n0'].fixed = False
Expand Down

0 comments on commit 740481e

Please sign in to comment.