Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion synth-methods/CTGAN/ctgan_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import sys

try:
from ctgan.synthesizer import CTGANSynthesizer
from ctgan import CTGANSynthesizer
except ImportError as err:
sys.exit("[ERROR] CTGAN library needs to be installed.\nError message: %s" % err)

Expand Down