Skip to content

Commit

Permalink
fix translate job
Browse files Browse the repository at this point in the history
  • Loading branch information
chuongmep committed Mar 21, 2024
1 parent caecc5a commit 67362d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion APSToolkitPython/src/aps_toolkit/Derivative.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def translate_job(self, root_file_name, type="svf", generate_master_views=False)
{
"type": type,
"views": [
"2d"
"2d",
"3d"
],
"advanced": {
Expand Down

0 comments on commit 67362d6

Please sign in to comment.