Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.41 KB

README.rst

File metadata and controls

47 lines (32 loc) · 1.41 KB

Is.Equal (?)

Software License Software Life Cycle Join us at Discord

About

Tool to check if a scientific experiment was reproduced correctly.

Usage

from is_equal import is_equal

directory_one  = '/path/to/directory/'
directory_two  = '/path/to/another/dir'

is_equal(directory_one, directory_two, 'sha256')