-
-
Notifications
You must be signed in to change notification settings - Fork 41
Conversation
Codecov Report
@@ Coverage Diff @@
## main #87 +/- ##
==========================================
+ Coverage 90.17% 90.44% +0.27%
==========================================
Files 10 10
Lines 173 178 +5
==========================================
+ Hits 156 161 +5
Misses 17 17
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@yuehhua @ChrisRackauckas: What's your take on this? |
@foldfelis could you have a look? I am not sure who is maintaining this package. I developed a package based on NeuralOperators.jl and require the |
Could you retain the coding style as usual? |
Sure, but could you give me a hint where this is not done? I tried to see it but it seems the coding style matches. |
A simple way to format the coding style: using JuliaFormatter
format(".", verbose=true) It will format all the code in current folder for you. |
It looks good to me. |
Thanks! |
Closes #85. This corresponds to the orginal FNO architecture and as outlined in #85, using the ordinary FFT will create different results. I would even say wrong results although the network might be able to correct this.