Update FILINO__RUN.R, étape 22_17 erreur syntaxe variable chem_routine#2
Open
louise-lebrun wants to merge 1 commit into
Open
Update FILINO__RUN.R, étape 22_17 erreur syntaxe variable chem_routine#2louise-lebrun wants to merge 1 commit into
louise-lebrun wants to merge 1 commit into
Conversation
Dans le bloc if (nFILINO[22]==1), la variable utilisée pour construire le chemin est chem_routine_ (avec un underscore à la fin), alors que la variable définie et utilisée dans tout le reste du projet est chem_routine. Cela provoque une erreur objet 'chem_routine_' introuvable lors de l'exécution (ligne 555 à 570).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Dans le code FILINO_RUN, dans le boc de lancement de l'étape 22_17, la variable utilisée pour construire le chemin est chem_routine_ (avec un underscore à la fin), alors que la variable définie et utilisée dans tout le reste du projet est chem_routine (sous underscore à la fin). Cela provoque une erreur objet 'chem_routine_' introuvable lors de l'exécution (ligne 555 à 570).
En supprimant l'underscore, le code tourne.
Autre remarque concernant l'étape 22_17, les fichiers de paramétrages situés dans le dossier \Topo_Mano\Users ne sont pas tous totalement fonctionnels. Pour que la routine s'exécute correctement, il semble nécessaire d'avoir un fichier définissant les variables suivantes :
Merci pour votre travail sur FILINO !