mirror of
https://github.com/Jonas-Verhellen/Argenomic.git
synced 2026-04-03 00:19:15 -06:00
zip argument #2 must support iteration #10
Labels
No labels
bug
bug
documentation
documentation
enhancement
enhancement
enhancement
good first issue
good first issue
invalid
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github/Argenomic#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @agiani99 on 7/27/2020
Sorry again.
Traceback (most recent call last):
File "illuminate.py", line 74, in
illumination(omegaconf.OmegaConf.load(configuration.configuration_file))(configuration.generations)
File "illuminate.py", line 27, in call
self.initial_population()
File "illuminate.py", line 41, in initial_population
molecules, descriptors, fitnesses = self.process_molecules(molecules)
File "illuminate.py", line 57, in process_molecules
descriptors = list(map(self.descriptor, molecules))
File "/home/zaliani/sw/argenomic/argenomic/mechanism.py", line 37, in call
for property, range in zip(self.properties, self.ranges):
TypeError: zip argument #2 must support iteration
Here the used config:
config_az.txt
Best regards and thx for patience
Andrea