Skip to content

Commit

Permalink
Remove no_ctype=True
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoiz committed Mar 29, 2021
1 parent 29b4e2c commit 5380a04
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sharpy/postproc/saveparametriccase.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,9 @@ def initialise(self, data, custom_settings=None):

settings.to_custom_types(self.settings,
self.settings_types,
self.settings_default,
no_ctype=True)
self.settings_default
)

# create folder for containing files if necessary
self.folder = data.output_folder

def run(self):
Expand Down

0 comments on commit 5380a04

Please sign in to comment.