Hydrolysis families and tests #770
30 new alerts including 26 errors
New alerts in code changed by this pull request
- 26 errors
- 4 notes
See annotations below for details.
Annotations
Check failure on line 12 in arc/mapping/driver.py
Code scanning / CodeQL
Module-level cyclic import Error
is imported before module , as the of assign_labels_to_products occurs after the cyclic of arc.mapping.driver.
Check failure on line 13 in arc/mapping/driver.py
Code scanning / CodeQL
Module-level cyclic import Error
is imported before module , as the of are_adj_elements_in_agreement occurs after the cyclic of arc.mapping.driver.
Check failure on line 14 in arc/mapping/driver.py
Code scanning / CodeQL
Module-level cyclic import Error
is imported before module , as the of create_qc_mol occurs after the cyclic of arc.mapping.driver.
Check failure on line 15 in arc/mapping/driver.py
Code scanning / CodeQL
Module-level cyclic import Error
is imported before module , as the of flip_map occurs after the cyclic of arc.mapping.driver.
Check failure on line 16 in arc/mapping/driver.py
Code scanning / CodeQL
Module-level cyclic import Error
is imported before module , as the of fingerprint occurs after the cyclic of arc.mapping.driver.
Check failure on line 17 in arc/mapping/driver.py
Code scanning / CodeQL
Module-level cyclic import Error
is imported before module , as the of get_atom_indices_of_labeled_atoms_in_a_reaction occurs after the cyclic of arc.mapping.driver.
Check failure on line 18 in arc/mapping/driver.py
Code scanning / CodeQL
Module-level cyclic import Error
is imported before module , as the of glue_maps occurs after the cyclic of arc.mapping.driver.
Check failure on line 19 in arc/mapping/driver.py
Code scanning / CodeQL
Module-level cyclic import Error
is imported before module , as the of label_species_atoms occurs after the cyclic of arc.mapping.driver.
Check failure on line 20 in arc/mapping/driver.py
Code scanning / CodeQL
Module-level cyclic import Error
is imported before module , as the of make_bond_changes occurs after the cyclic of arc.mapping.driver.
Check failure on line 21 in arc/mapping/driver.py
Code scanning / CodeQL
Module-level cyclic import Error
is imported before module , as the of map_pairs occurs after the cyclic of arc.mapping.driver.
Check failure on line 22 in arc/mapping/driver.py
Code scanning / CodeQL
Module-level cyclic import Error
is imported before module , as the of iterative_dfs occurs after the cyclic of arc.mapping.driver.
Check failure on line 22 in arc/mapping/driver.py
Code scanning / CodeQL
Module-level cyclic import Error
is imported before module , as the of map_two_species occurs after the cyclic of arc.mapping.driver.
Check failure on line 23 in arc/mapping/driver.py
Code scanning / CodeQL
Module-level cyclic import Error
is imported before module , as the of pairing_reactants_and_products_for_mapping occurs after the cyclic of arc.mapping.driver.
Check failure on line 24 in arc/mapping/driver.py
Code scanning / CodeQL
Module-level cyclic import Error
is imported before module , as the of copy_species_list_for_mapping occurs after the cyclic of arc.mapping.driver.
Check failure on line 25 in arc/mapping/driver.py
Code scanning / CodeQL
Module-level cyclic import Error
is imported before module , as the of find_all_bdes occurs after the cyclic of arc.mapping.driver.
Check failure on line 26 in arc/mapping/driver.py
Code scanning / CodeQL
Module-level cyclic import Error
is imported before module , as the of cut_species_based_on_atom_indices occurs after the cyclic of arc.mapping.driver.
Check failure on line 27 in arc/mapping/driver.py
Code scanning / CodeQL
Module-level cyclic import Error
is imported before module , as the of update_xyz occurs after the cyclic of arc.mapping.driver.
Check failure on line 28 in arc/mapping/driver.py
Code scanning / CodeQL
Module-level cyclic import Error
is imported before module , as the of RESERVED_FINGERPRINT_KEYS occurs after the cyclic of arc.mapping.driver.
Check failure on line 22 in arc/mapping/engine.py
Code scanning / CodeQL
Module-level cyclic import Error
is imported before module , as the of ReactionFamily occurs after the cyclic of arc.mapping.engine.
Check failure on line 22 in arc/mapping/engine.py
Code scanning / CodeQL
Module-level cyclic import Error
is imported before module , as the of get_reaction_family_products occurs after the cyclic of arc.mapping.engine.
Check notice on line 1394 in arc/mapping/engine.py
Code scanning / CodeQL
Unused local variable Note
Check failure on line 529 in arc/mapping/engine_test.py
Code scanning / CodeQL
Wrong number of arguments in a call Error
with too few arguments; should be no fewer than 2.
Check failure on line 646 in arc/mapping/engine_test.py
Code scanning / CodeQL
Wrong number of arguments in a call Error
with too few arguments; should be no fewer than 2.
Check notice on line 859 in arc/mapping/engine_test.py
Code scanning / CodeQL
Commented-out code Note
Check failure on line 1333 in arc/mapping/engine_test.py
Code scanning / CodeQL
Wrong number of arguments in a call Error
with too few arguments; should be no fewer than 2.