We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cf6e62 commit 939f4f8Copy full SHA for 939f4f8
codegen/allapigen.py
@@ -11,6 +11,7 @@
11
12
if __name__ == "__main__":
13
t0 = time()
14
+ config.fluent_automatic_transcript = True
15
meshing = launch_fluent(mode=FluentMode.MESHING)
16
version = get_version_for_file_name(session=meshing)
17
gt_222 = FluentVersion(version) > FluentVersion.v222
doc/changelog.d/4390.fixed.md
@@ -0,0 +1 @@
1
+Turn on automatic transcript while running codegen
0 commit comments