Roy Kishony

Results 1 comments of Roy Kishony

bug still persists. new code ```pything a = iquib(3) v = np.array([1, 2, [1, a], 4]).setp(cache_mode='on') print(v.get_value()) print(v.handler.quib_function_call.cache._invalid_mask) # -> False, False, False, False a.assign(13) print(v.handler.quib_function_call.cache._invalid_mask) # -> error -...