Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

simulation_build throw error with python3.7 #2217

Closed
shchen-idmod opened this issue Mar 26, 2024 · 1 comment
Closed

simulation_build throw error with python3.7 #2217

shchen-idmod opened this issue Mar 26, 2024 · 1 comment
Labels
bug Something isn't working Core python Pull requests that update Python code Test

Comments

@shchen-idmod
Copy link
Collaborator

self = <idmtools.builders.simulation_builder.SimulationBuilder object at 0x0000013ECAF89948>, function = functools.partial(<function TestItemSequence.test_seq_file_backup..param_update at 0x0000013ECAF30798>, param='a'), remaining_parameters = {'param': 'a', 'value': <class 'inspect._empty'>}
values = (range(0, 3),)

def case_args_tuple(self, function: TSweepFunction, remaining_parameters, values):

...

  self.count = math.prod(map(len, _values))

E AttributeError: module 'math' has no attribute 'prod'

python3.7

@shchen-idmod shchen-idmod added bug Something isn't working Core labels Mar 26, 2024
@issuelabeler issuelabeler bot added python Pull requests that update Python code Test labels Mar 26, 2024
shchen-idmod added a commit to shchen-idmod/idmtools-1 that referenced this issue Mar 26, 2024
@shchen-idmod
Copy link
Collaborator Author

Fixed in 1.7.10 release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Core python Pull requests that update Python code Test
Projects
None yet
Development

No branches or pull requests

1 participant