Skip to content

Conversation

@Didou09
Copy link
Member

@Didou09 Didou09 commented Sep 15, 2025

Main changes:

Following the changes to bsplines indexing implemented in 0.0.28, one of the operator also had to be updated:

  • _utils_bsplines_operators._D0N1_Deg0(): updated for new indexing

  • plot_mesh(key=key_bs) now works

  • plot_bsplines_operator(operator='D1N2') operational

Issues:

Fixes, in devel:

Examples:

import tofu as tf

# test 
test = tf.tests.tests07_inversions.test_01_isotropic.Test01_Inversions()
test.setup_class()
test.setup_method()

# plot bsplines operators
dax = test.coll.plot_bsplines_operator('m1_bs0', centered=False)
dax = test.coll.plot_bsplines_operator('m1_bs1')
dax = test.coll.plot_bsplines_operator('m1_bs2')
image image image

@Didou09 Didou09 merged commit 2565571 into devel Sep 15, 2025
8 checks passed
@Didou09 Didou09 deleted the Issue138_OperatorDebug branch September 15, 2025 16:53
@Didou09 Didou09 mentioned this pull request Sep 15, 2025
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.

3 participants