ubermag / mumax3c

mumax3 calculator.
https://ubermag.github.io
BSD 3-Clause "New" or "Revised" License
22 stars 7 forks source link

Unique/close Ms values #22

Closed samjrholt closed 2 years ago

samjrholt commented 2 years ago

@lang-m Currently an error for unique_with_accuracy with an input of an empty array. This occurs for a multisubregion case with no subregion overlap. The error stems from np.max.

samjrholt commented 2 years ago

If the array is empty we could just return an empty array?