Skip to content

Commit 8c777c4

Browse files
Partially revert 038aa4f
Caused failure of partitioned heat equation tutorial
1 parent c905495 commit 8c777c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fenicsxprecice/fenicsxprecice.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ def write_data(self, write_function):
173173

174174
# Check that the function provided lives on the same function space provided during initialization
175175
assert (self._write_function_type == determine_function_type(w_func))
176+
# TODO this raises AssertionError, not sure why. I just commented it out, still works...
177+
# assert (write_function.function_space == self._write_function_space)
176178
assert (write_function.function_space == self._write_function_space)
177179

178180
write_data_id = self._interface.get_data_id(self._config.get_write_data_name(),

0 commit comments

Comments
 (0)