disorderedmaterials / dissolve

Structure refinement software for total scattering data
GNU General Public License v3.0
9 stars 16 forks source link

fix: Remove redundant assertions #1918

Closed trisyoungs closed 1 month ago

trisyoungs commented 1 month ago

A quick fix to remove some now-redundant assertions from the code, left in following #1893.

trisyoungs commented 1 month ago

Looking good! I'll wait for checks to pass before approving

Well, I would say that we can't have broken anything since we've just removed some assert statements, and the CI is entirely Release mode at present, so I'd say just go ahead and merge and fix your local build!