CI is failing due to test pollution occuring between test_fieldKh_Brownian and this new test. Basically at the moment add_constant_field uses models which are global state, which results in subsequent fieldset constructions re-using this model.
This can be fixed in a separate PR - opening an issue to track.
Originally posted by @VeckoTheGecko in #2729 (comment)
CI is failing due to test pollution occuring between
test_fieldKh_Brownianand this new test. Basically at the momentadd_constant_fielduses models which are global state, which results in subsequent fieldset constructions re-using this model.This can be fixed in a separate PR - opening an issue to track.
Originally posted by @VeckoTheGecko in #2729 (comment)