Environment Details
Please indicate the following details about the environment in which you found the bug:
- SDV version: 1.7.0
- Python version: 3.9.13
- Operating System: macOS Catalina
Error Description
Hi there,
The following error occurs when I try to reset the sampling:
AttributeError: 'PARSynthesizer' object has no attribute 'reset_sampling'
Steps to reproduce
synt = PARSynthesizer( meta, verbose = True )
synt.fit( df )
synt.reset_sampling()