unexpected argument in dataaccess
the signature of def _determine_filename(self, variable, vartype, init_time, valid_time) is different to its usage in dataaccess.have_data with variable, vartype, init_time, valid_time, reload=False)
The functionality is not directly covered by a test. A test needs to become added too.
The implementations of that method actually do have the correct signature, it is just that the method prototype in the abstract base class is missing it.
Does this look good?
Does this look good?
Is it possible to add a test for the reload functionality?
yes I’ll add one.
Hii! , thanks for the information . i wanna contribute to this issue too. i'll be glad if my contribution will be helpful.