Why read_time_series_data
failed for "naming_functions"?
#283
Unanswered
hongbo-miao
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using miss-hit 0.9.42
I have a function
function [xyz, ptp] = read_time_series_data(varargin)
in the file read_time_series_data.m.However, I got error
Based on "naming_functions" section in the https://florianschanda.github.io/miss_hit/style_checker.html
read_time_series_data
does seem following the regex "[a-z]+(_[a-z]+)*".Any ideas? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions