Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
src/sage/tensor, src/sage/manifolds: Sort _sym, _antisym, store as tu…
Browse files Browse the repository at this point in the history
…ples of tuples (fixup)
  • Loading branch information
Matthias Koeppe committed Aug 29, 2022
1 parent 3619b4c commit 970c6c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1173,7 +1173,7 @@ def ambient_second_fundamental_form(self):
g.restrict(chart.domain()).contract(pf[j]) *
self.scalar_field({chart: k.comp(chart.frame())[:][i, j]})
for i in range(self._dim) for j in range(self._dim))
gam_rst._sym = [(0, 1)]
gam_rst._sym = ((0, 1),)
self._ambient_second_fundamental_form.set_restriction(gam_rst)

charts = iter(self.top_charts())
Expand Down

0 comments on commit 970c6c8

Please sign in to comment.