Skip to content

Flexible bipole coordinates

Choose a tag to compare

@prisae prisae released this 09 Jan 22:44
· 6 commits to main since this release
011acd0
  • Modelling routines: The definition of sources and receivers is now more flexible for all routines: all parameters can now be either of shape (1,) or (N,), where N is the number of sources/receivers. The exception is z for dipoles, which must be a scalar.

  • Gallery

    • New example Comparison to Biot-Savart, contributed by @SylvesterOester.
    • Fix bug in dipole/loop example.
  • Maintenance

    • Testing: added Python 3.14; removed Python 3.10.