You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and then move each function there to an abstract method in IsDatabase and split the implementation to methods in DatabaseAccess and FileTable. Since the latter is newer, this mostly ends up moving stuff to methods in the former.
The text was updated successfully, but these errors were encountered:
Started #336, the general recipe for this to go through the generic interface
https://github.com/pyiron/pyiron_base/blob/master/pyiron_base/database/jobtable.py
and then move each function there to an abstract method in
IsDatabase
and split the implementation to methods inDatabaseAccess
andFileTable
. Since the latter is newer, this mostly ends up moving stuff to methods in the former.The text was updated successfully, but these errors were encountered: