Hi, I read the preprint on biorxiv and was very interested in the method, so I came here.
Attempting to run "bash all_commands.sh" leads to an error:
File "/Users/johannes/Desktop/MaxGeomHash/scripts/expt_basic_implementation.py", line 75, in <module>
union_sample = sample3.merge_untested(sample4)
^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'MaxGeomSample' object has no attribute 'merge_untested'
Replacing this with a call to the method union in line 75 in expt_basic_implementation.py fixes the issue, is this the intended function then?
Hi, I read the preprint on biorxiv and was very interested in the method, so I came here.
Attempting to run "bash all_commands.sh" leads to an error:
Replacing this with a call to the method union in line 75 in expt_basic_implementation.py fixes the issue, is this the intended function then?